Skip to content

Commit 35c1efa

Browse files
committed
Add SSH passphrase support to demo update workflow
- Add passphrase parameter to SSH action for passphrase-protected keys - Required SSH_PASSPHRASE secret must be configured in repo settings
1 parent a4fd6aa commit 35c1efa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
host: ${{ secrets.SSH_HOST }}
1515
username: ${{ secrets.SSH_USER }}
1616
key: ${{ secrets.SSH_PRIVATE_KEY }}
17+
passphrase: ${{ secrets.SSH_PASSPHRASE }}
1718
script: |
1819
cd /srv/masscodeweb
1920
docker compose pull

0 commit comments

Comments
 (0)