diff options
author | Indrajith K L | 2022-08-28 14:14:02 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-28 14:14:02 +0530 |
commit | 697cbf4a218b52032c3da69e4ca99f6d284b6c65 (patch) | |
tree | 76b5e29d43c736feaa3ea2b3f952c196f941433a /deploy.sh | |
parent | e336ad62a4bfd6f71b4791873385059bf5a0bc9b (diff) | |
download | indrajith-dev-697cbf4a218b52032c3da69e4ca99f6d284b6c65.tar.gz indrajith-dev-697cbf4a218b52032c3da69e4ca99f6d284b6c65.tar.bz2 indrajith-dev-697cbf4a218b52032c3da69e4ca99f6d284b6c65.zip |
Updates Deploy script
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 |