From 68d1ce182b920c93623d86259d236819dad82fdb Mon Sep 17 00:00:00 2001 From: Kaoru Matsui <67271607+kaoru-528@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:18:38 +0900 Subject: [PATCH] =?UTF-8?q?Update=EF=BC=9Adeploy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2114213..3fa0433d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,7 @@ jobs: username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_PRIVATE_KEY }} port: ${{ secrets.SSH_PORT }} + passphrase: ${{ secrets.SSH_PASS }} script: | cd ./www/book_log_list git pull origin main