From b1e8da0591c8a42fce662fbbe5b7e3a967359c96 Mon Sep 17 00:00:00 2001 From: Sam Silver Date: Fri, 9 Feb 2024 02:10:49 -0400 Subject: [PATCH] revert add password --- .github/workflows/deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0a00e1c..fe00c2f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,6 @@ jobs: remote_path: /home/git/${{ github.repository }}/${{ github.ref }} remote_host: ${{ secrets.PROD_SERVER_HOST }} remote_user: git - remote_password: ${{ secrets.SSH_USER_PASSWORD }} remote_key: ${{ secrets.SSH_PRIVATE_KEY }} - name: SSH into development server and run Docker Compose @@ -29,7 +28,6 @@ jobs: with: host: ${{ secrets.PROD_SERVER_HOST }} username: git - password: ${{ secrets.SSH_USER_PASSWORD }} key: ${{ secrets.SSH_PRIVATE_KEY }} script: | cd /home/git/${{ github.repository }}/${{ github.ref }}