Removed useless scp
Some checks failed
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2022-03-22 16:14:57 +03:00
parent cbffc25a78
commit 3877a37e7e

View File

@@ -44,7 +44,6 @@ steps:
- mkdir ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 400 ~/.ssh/id_rsa
- scp -o StrictHostKeyChecking=no -r ./app/ webmaster@warframe.center:~/warframe.center
- scp -o StrictHostKeyChecking=no -r ./app/.next webmaster@warframe.center:~/warframe.center
- ssh -o StrictHostKeyChecking=no webmaster@warframe.center "pm2 restart warframe-center-app"
when: