use key for ssh and not cring password
CI / build (push) Successful in 15s
CI / lint (push) Successful in 12s
CI / create-and-publish-docker-image (push) Successful in 9s

This commit is contained in:
2026-06-27 21:41:13 +02:00
parent 8c317123bd
commit aa1a9956fe
+1 -1
View File
@@ -85,7 +85,7 @@ jobs:
host: rivercry.com
port: 20022
username: docker
password: ${{ secrets.GARRISON_DOCKER_PASSWORD }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
set -e
cd monitor-im-flur || exit 1