From a6da939feaf2098dff8280c0908c5af0cc80c844 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 26 Sep 2024 19:51:10 -0700 Subject: [PATCH] Bumping scp version --- .gitea/workflows/build-and-deploy.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 94e042d..e2e27d7 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -18,19 +18,10 @@ jobs: - name: Build website content run: hugo - name: Copy files using scp-action - uses: tempersama/scp-action@1.2 + uses: tempersama/scp-action@1.3 with: host: shockrah.xyz username: ${{ secrets.USER }} source: "public/" target: /opt/nginx/test.shockrah.xyz key: ${{ secrets.PRIVATE_KEY }} - - name: Copy using scp-action - uses: srueda99/scp-action@v12 - with: - host: shockrah.xyz - port: 22 - username: ${{ secrets.USER }} - key: ${{ secrets.PRIVATE_KEY }} - origin: "public/*" - target: /opt/nginx/test.shockrah.xyz