fixed maintenance path
This commit is contained in:
parent
d167acce5c
commit
9f194cc052
1 changed files with 2 additions and 2 deletions
|
@ -165,7 +165,7 @@ maintenance-mode:
|
||||||
- echo "Stopping screen session"
|
- echo "Stopping screen session"
|
||||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"
|
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;"
|
||||||
- echo "Enabeling maintenance mode"
|
- echo "Enabeling maintenance mode"
|
||||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -S website-firq-npx -dm npx serve maintenance/ -p 9000 -c serve.json"
|
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -S website-firq-npx -dm npx serve firq_dev/maintenance/ -p 9000 -c serve.json"
|
||||||
- echo "Maintenance Website is up on https://firq.dev/"
|
- echo "Maintenance Website is up on https://firq.dev/"
|
||||||
|
|
||||||
redeploy-site:
|
redeploy-site:
|
||||||
|
@ -226,5 +226,5 @@ maintenance-deploy:
|
||||||
- echo "Stopping screen session"
|
- echo "Stopping screen session"
|
||||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;" || true
|
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill;" || true
|
||||||
- echo "Enabeling maintenance mode"
|
- echo "Enabeling maintenance mode"
|
||||||
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -S website-firq-npx -dm npx serve maintenance/ -p 9000 -c serve.json"
|
- ssh $DEPLOY_USER@$DEPLOY_HOST "screen -S website-firq-npx -dm npx serve firq_dev/maintenance/ -p 9000 -c serve.json"
|
||||||
- echo "Maintenance Website is up on https://firq.dev/"
|
- echo "Maintenance Website is up on https://firq.dev/"
|
||||||
|
|
Loading…
Reference in a new issue