Skip to content

Commit 849e94a

Browse files
committed
fix deploy for .htaccess
1 parent 14f38f8 commit 849e94a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

deploy.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,18 @@
2828
"add-header-comment": true
2929
},
3030

31-
"// server - API",
31+
"// server - API (note: glob doesn't include dotfiles)",
3232
{
3333
"type": "move",
3434
"src": "src/server/",
3535
"dst": "[[root_web]]",
36-
"match": "^.*\\.(html|php|htaccess)$",
36+
"match": "^.*\\.(html|php)$",
37+
"add-header-comment": true
38+
},
39+
{
40+
"type": "move",
41+
"src": "src/server/.htaccess",
42+
"dst": "[[root_web]]",
3743
"add-header-comment": true
3844
},
3945

0 commit comments

Comments
 (0)