mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: use password instead of ssh key
This commit is contained in:
parent
cffc5ba3f1
commit
877254994a
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
|
@ -75,8 +75,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.SSH_HOST }}
|
host: ${{ secrets.SSH_HOST }}
|
||||||
username: ${{ secrets.SSH_USERNAME }}
|
username: ${{ secrets.SSH_USERNAME }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
password: ${{ secrets.SSH_PASSWORD }}
|
||||||
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