Update .gitlab-ci.yml file

This commit is contained in:
Firq 2023-03-07 10:02:25 +00:00
parent af2989075e
commit 9d5ce3cba2

View file

@ -11,4 +11,4 @@ deploy-site:
script: script:
- echo "Connecting to proxmox machine" - echo "Connecting to proxmox machine"
- ssh $DEPLOY_USER@$DEPLOY_HOST -oStrictHostKeyChecking=no "screen -X -S website-firq-npx kill; rm -r -f public/*; cd build; git pull; rm -r -f node_modules; npm install; npm run build; cp -R public ~; cd ~; screen -S website-firq-npx -dm npx serve public/ -p 9000" - ssh $DEPLOY_USER@$DEPLOY_HOST -o StrictHostKeyChecking=no IdentitiesOnly=yes "screen -X -S website-firq-npx kill; rm -r -f public/*; cd build; git pull; rm -r -f node_modules; npm install; npm run build; cp -R public ~; cd ~; screen -S website-firq-npx -dm npx serve public/ -p 9000"