Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte committed Aug 31, 2024
1 parent 8e33864 commit 9460082
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
REPO_DIR="/root/asu-soda-newsite"
PORT=3000
BUILD_DIR="/root/asu-soda-newsite/dist"


/usr/local/bin/serve -s "$BUILD_DIR" -l "$PORT" &

/usr/local/bin/serve -s /root/asu-soda-newsite/dist -l 3000

0 comments on commit 9460082

Please sign in to comment.