aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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