Modified drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-03 17:34:52 +03:00
parent 9387994d6d
commit b96feef044

View File

@@ -52,7 +52,7 @@ steps:
- scp -o StrictHostKeyChecking=no -r ./app/.next webmaster@warframe.center:~/warframe-center/app/.next
- |
ssh -o StrictHostKeyChecking=no webmaster@warframe.center '
"[ -s ~/.nvm/nvm.sh ] && source ~/.nvm/nvm.sh" &&
[ -s ~/.nvm/nvm.sh ] && source ~/.nvm/nvm.sh &&
nvm use default &&
pm2 restart warframe-center-app-3000
'