Debugging
This commit is contained in:
parent
7839a52b10
commit
4ea64ca931
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue