Skip to content

Commit

Permalink
Update deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Jun 27, 2024
1 parent b18798f commit 70857bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions script/production-web/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ PORT=10081

cd ../..
fuser -k $PORT/tcp
nohup npx serve dist --single -l $PORT --ssl-cert $CERT_PATH --ssl-pass "ssl-key" -c "../serve.json" &> /dev/null &

npx serve dist --single -l $PORT --ssl-cert $CERT_PATH --ssl-pass "ssl-key" -c "../serve.json"
2 changes: 1 addition & 1 deletion script/staging-web/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PORT=10082

cd ../..
fuser -k $PORT/tcp
nohup npx serve dist --single -l $PORT --ssl-cert $CERT_PATH --ssl-pass "ssl-key" -c "../serve.json" &> /dev/null &
npx serve dist --single -l $PORT --ssl-cert $CERT_PATH --ssl-pass "ssl-key" -c "../serve.json"

0 comments on commit 70857bd

Please sign in to comment.