Skip to content

Commit 0e0e167

Browse files
committed
touch public/production.html
1 parent 23a18da commit 0e0e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
task('yarn', '
4141
/home/nuxt/.yarn/bin/yarn;
4242
NODE_ENV=production /home/nuxt/.yarn/bin/yarn build;
43-
touch production.html;
43+
touch public/production.html;
4444
');
4545

4646
task('restart', '

0 commit comments

Comments
 (0)