use key for ssh and not cring password
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
host: rivercry.com
|
host: rivercry.com
|
||||||
port: 20022
|
port: 20022
|
||||||
username: docker
|
username: docker
|
||||||
password: ${{ secrets.GARRISON_DOCKER_PASSWORD }}
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
script: |
|
script: |
|
||||||
set -e
|
set -e
|
||||||
cd monitor-im-flur || exit 1
|
cd monitor-im-flur || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user