diff options
Diffstat (limited to 'deploy.sh')
-rw-r--r-- | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/usr/bin/zsh npm run build cd public -mv -v ./* /var/www/html
\ No newline at end of file +mv -v -f ./* /var/www/html
\ No newline at end of file |