Skip to content

Commit fc4b445

Browse files
committed
Update deployment to add tutorial files
1 parent df6eba5 commit fc4b445

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

deploy.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,19 @@
5353
"match": "^.*\\.js$",
5454
"add-header-comment": true
5555
},
56-
5756
"// images",
5857
{
5958
"type": "move",
6059
"src": "site/images/flags/",
6160
"dst": "/var/www/html/cc-test/images/flags/",
6261
"match": "^.*\\.png$"
62+
},
63+
"// tutorials",
64+
{
65+
"type": "move",
66+
"src": "site/images/",
67+
"dst": "/var/www/html/cc-test/images/",
68+
"match": "^.*\\.(gif|mp4)$"
6369
}
6470

6571
]

0 commit comments

Comments
 (0)