Sandbox deploy fix
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Adam Štrauch 2021-10-26 23:24:46 +02:00
parent 4b823afc51
commit 119baa48c5
Signed by: cx
GPG Key ID: 018304FFA8988F8D
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ steps:
commands:
- apt update && apt install -y ssh
- mkdir ~/.ssh && echo $SSH_KEY > ~/.ssh/id_key && chmod 600 ~/.ssh/id_key
- ssh-keyscan rosti-node-x > ~/.ssh/known_hosts
- ssh-keyscan $NODE > ~/.ssh/known_hosts
- scp node-api root@$NODE:/usr/local/bin/node-api_
- ssh root@$NODE mv /usr/local/bin/node-api_ /usr/local/bin/node-api
- ssh root@$NODE systemctl restart node-api