diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 25d6889..8b2782a 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -18,10 +18,10 @@ jobs: - name: Build website content run: hugo && ls -R - name: Copy files using scp-action - uses: tempersama/scp-action@1.3 + uses: tempersama/scp-action@1.4 with: host: shockrah.xyz username: ${{ secrets.USER }} - source: "public/" + origin: "public/" target: /opt/nginx/test.shockrah.xyz key: ${{ secrets.PRIVATE_KEY }}