This commit is contained in:
parent
0ad7105522
commit
392535ecdf
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue