Source profioe
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-22 17:05:05 +03:00
parent dc54effc83
commit 3f3e851590

View File

@@ -15,7 +15,7 @@ steps:
- mkdir ~/.ssh - mkdir ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa - echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 400 ~/.ssh/id_rsa - chmod 400 ~/.ssh/id_rsa
- ssh -o StrictHostKeyChecking=no webmaster@warframe.center "cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo && npm install" - ssh -o StrictHostKeyChecking=no webmaster@warframe.center "cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo && source ~/.profile && npm install"
when: when:
branch: branch:
- monorepo - monorepo