Translate table headers
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-03 17:14:56 +03:00
parent b956bb525d
commit e13d6a7f4a
4 changed files with 23 additions and 12 deletions

View File

@@ -51,11 +51,11 @@ steps:
- chmod 400 ~/.ssh/id_rsa
- 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"
nvm use default
ssh -o StrictHostKeyChecking=no webmaster@warframe.center '
"[ -s ~/.nvm/nvm.sh ] && source ~/.nvm/nvm.sh" &&
nvm use default &&
pm2 restart warframe-center-app-3000
"
'
depends_on:
- install dependencies