From f97af9d4fdc9df99332f47009d7fc0bb775a83c3 Mon Sep 17 00:00:00 2001 From: Firq Date: Tue, 21 Mar 2023 14:24:05 +0100 Subject: [PATCH] t flag, ls for second command --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 828da1f..5981be3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,11 +61,11 @@ deploy-site: - echo "Getting artifacts" - ls public - echo "Stopping screen session, cleaning" - - ssh -T $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill; rm -r -f public/*;" + - ssh -t $DEPLOY_USER@$DEPLOY_HOST "screen -X -S website-firq-npx kill; rm -r -f public/*;" - echo "Copying to proxmox machine" - rsync -az --stats public $DEPLOY_USER@$DEPLOY_HOST:~/. - echo "Restarting screen session" - - ssh -T $DEPLOY_USER@$DEPLOY_HOST "screen -S website-firq-npx -dm npx serve public/ -p 9000 -c serve.json" + - ssh -t $DEPLOY_USER@$DEPLOY_HOST "ls public/; screen -S website-firq-npx -dm npx serve public/ -p 9000 -c serve.json" - echo "Website is up on https://firq.dev/" success_notification: