From c52e068ea856325f96c074f7ce6e6483b33d3267 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sat, 22 Feb 2025 23:36:42 -0700 Subject: [PATCH] FIX: Gemini is dumb --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff97165..7d3b4ac 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,11 +22,11 @@ jobs: tags: azpect3120/hhargreaves.dev:latest - name: Deploy to server via SSH - uses: appleboy/ghaction-ssh@master + uses: appleboy/ssh-action@v1.2.1 with: host: ${{ secrets.SERVER_IP }} # Server IP address username: ${{ secrets.SERVER_USERNAME }} # Server username - key: ${{ secrets.SERVER_PRIVATE_KEY }} # Server private key (base64 encoded) + password: ${{ secrets.SERVER_PASSWORD }} # Server password port: ${{ secrets.SERVER_PORT || 22 }} # SSH port (default 22) script: | docker pull azpect3120/hhargreaves.dev:latest # Pull the latest image