mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: connect to server with ssh key instead of password (safety first)
This commit is contained in:
parent
5079fdb97c
commit
13325e4339
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -68,7 +68,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
password: ${{ secrets.SSH_PASSWORD }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
|
passphrase: ${{ secrets.SSH_PASSPHRASE }}
|
||||||
port: ${{ secrets.PORT }}
|
port: ${{ secrets.PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd "${{ secrets.HOMELAB_PATH }}"
|
cd "${{ secrets.HOMELAB_PATH }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue