From 710b3551d59c77d3018be9fc983ad37a0439a6ef Mon Sep 17 00:00:00 2001 From: mi Date: Tue, 18 Nov 2025 13:57:36 +1000 Subject: [PATCH] :construction_worker: include ssh passphrase --- .gitea/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3da9342..7015194 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,6 +16,7 @@ jobs: with: host: ${{ secrets.VM_HOST }} username: ${{ secrets.VM_USERNAME }} + passphrase: ${{ secrets.VM_SSH_PASSPHRASE }} key: ${{ secrets.VM_SSH_KEY }} port: ${{ secrets.VM_PORT }} script: |