password not passphrase
This commit is contained in:
parent
492cd3bb39
commit
16e1bebebc
|
@ -44,7 +44,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: 91.92.154.141
|
host: 91.92.154.141
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
passphrase: ${{ secrets.STAGE_SSH_PASSPHRASE }}
|
password: ${{ secrets.STAGE_SSH_PASSPHRASE }}
|
||||||
script: systemctl restart backend
|
script: systemctl restart backend
|
||||||
# sudo cp -rf ~/frontend/build/*
|
# sudo cp -rf ~/frontend/build/*
|
||||||
# sudo npm install -g serve/var/www/html/monitor.innov.energy/html/
|
# sudo npm install -g serve/var/www/html/monitor.innov.energy/html/
|
||||||
|
|
Loading…
Reference in New Issue