diff options
author | Indrajith K L | 2022-08-28 14:08:50 +0530 |
---|---|---|
committer | Indrajith K L | 2022-08-28 14:08:50 +0530 |
commit | e336ad62a4bfd6f71b4791873385059bf5a0bc9b (patch) | |
tree | a9131a8e68d970f381c1c178da5f9cc388a352f3 /deploy.sh | |
parent | 7412e8401c64416e12b5c274c758168c9a3ab60c (diff) | |
download | indrajith-dev-e336ad62a4bfd6f71b4791873385059bf5a0bc9b.tar.gz indrajith-dev-e336ad62a4bfd6f71b4791873385059bf5a0bc9b.tar.bz2 indrajith-dev-e336ad62a4bfd6f71b4791873385059bf5a0bc9b.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 -static-server -p 1313
\ No newline at end of file +mv -v ./* /var/www/html
\ No newline at end of file |