Debugging

This commit is contained in:
Firq 2023-08-04 21:52:15 +02:00
parent 7839a52b10
commit 4ea64ca931
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -84,7 +84,7 @@ deploy-testing:
- echo "Copying to proxmox machine"
- rsync -az --stats public/* $DEPLOY_USER@$DEPLOY_HOST:~/firq_dev/staging
- echo "Restarting screen session"
- ssh $DEPLOY_USER@$DEPLOY_HOST "cd firq_dev; find staging -maxdepth 1 -printf '%p\n'; screen -S firq_dev-staging -dm serve staging/ -p 9100"
- ssh $DEPLOY_USER@$DEPLOY_HOST "which serve; echo $PATH; cd firq_dev; find staging -maxdepth 1 -printf '%p\n'; screen -S firq_dev-staging -dm serve staging/ -p 9100"
- echo "Staging environment is up!"
unlighthouse: