chore: formatting
All checks were successful
Deploy eolas-api / deploy (push) Successful in 42s

This commit is contained in:
Thomas Bishop 2025-10-17 18:24:33 +01:00
parent 0ad7105522
commit 392535ecdf

View file

@ -77,7 +77,6 @@ jobs:
rsync -avz --delete --inplace --exclude='.env' -e "ssh -i /tmp/ssh_key -o StrictHostKeyChecking=no" ./ ${{ vars.VPS_DEPLOY_USER }}:/var/www/eolas-api/
echo "⚡ INFO Run npm install on VPS"
ssh -i /tmp/ssh_key -o StrictHostKeyChecking=no ${{vars.VPS_DEPLOY_USER}} "bash -l -c 'source ~/.nvm/nvm.sh && cd /var/www/eolas-api && npm install --omit=dev'"
echo "⚡ INFO Restarting service"