aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorIndrajith K L2022-08-28 14:08:50 +0530
committerIndrajith K L2022-08-28 14:08:50 +0530
commite336ad62a4bfd6f71b4791873385059bf5a0bc9b (patch)
treea9131a8e68d970f381c1c178da5f9cc388a352f3 /deploy.sh
parent7412e8401c64416e12b5c274c758168c9a3ab60c (diff)
downloadindrajith-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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 88faf83..004dc81 100644
--- a/deploy.sh
+++ b/deploy.sh
@@ -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