keypath instead of key
This commit is contained in:
parent
56d2e9712a
commit
ce920d8e21
|
@ -44,7 +44,8 @@ jobs:
|
|||
with:
|
||||
host: 91.92.154.141
|
||||
username: ubuntu
|
||||
key: ${{ secrets.STAGING_SSH_KEY }}
|
||||
key_path: /root/.ssh/id_rsa
|
||||
# key: ${{ secrets.STAGING_SSH_KEY }}
|
||||
script: |
|
||||
sudo systemctl restart backend
|
||||
sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/
|
||||
|
|
Loading…
Reference in New Issue