Skip to content

Commit 028fdc1

Browse files
committed
ci: add passphrase to SSH deployment configuration
1 parent 150499c commit 028fdc1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
host: ${{ secrets.SSH_HOST }}
2929
username: ${{ secrets.SSH_USER }}
3030
key: ${{ secrets.SSH_PRIVATE_KEY }}
31+
passphrase: ${{ secrets.SSH_PASSPHRASE }}
3132
port: ${{ secrets.SSH_PORT || '22' }}
3233
fingerprint: ${{ secrets.SSH_FINGERPRINT }}
3334
script: |

0 commit comments

Comments
 (0)