diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b409aeb..f3c62fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: