We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49558cf commit 930418eCopy full SHA for 930418e
1 file changed
.github/workflows/release.yml
@@ -45,7 +45,8 @@ jobs:
45
with:
46
host: ${{ secrets.HOST }}
47
username: ${{ secrets.HOST_USERNAME }}
48
- password: ${{ secrets.HOST_PASSWORD }}
+ key: ${{ secrets.HOST_SSH_KEY }}
49
+ passphrase: ${{ secrets.HOST_SSH_PASSPHRASE }}
50
script: |
51
docker pull ghcr.io/oprogram/librenote:latest
52
docker stop librenotebot
0 commit comments