From 4b7607d17f114fe568bac6558b653666437a739a Mon Sep 17 00:00:00 2001 From: devinfritz Date: Thu, 2 Jan 2025 22:11:55 +0100 Subject: [PATCH] Update workflow --- .github/workflows/push.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8be8737..9862889 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -34,9 +34,7 @@ jobs: host: ${{ secrets.SERVER_HOST }} username: ${{ secrets.SERVER_USERNAME }} key: ${{ secrets.SERVER_SSH_KEY }} - passphrase: ${{ secrets.SERVER_SSH_PASSPHRASE }} port: ${{ secrets.SERVER_SSH_PORT }} - fingerprint: ${{ secrets.SSH_FINGERPRINT }} script: | echo "Starting deployment" # Add your deployment commands here