From f4d97809b9506f00314f7e84b5d6255a13f609bb Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 28 Sep 2024 15:02:38 -0700 Subject: [PATCH] Debugging file paths --- .gitea/workflows/build-and-deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 53e832a..b0a980f 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -6,9 +6,6 @@ on: jobs: setup-website-content: - env: - remote_path: "/opt/nginx/test.shockrah.xyz" - ssh_target: "html-deployer@shockrah.xyz" runs-on: ubuntu-latest container: image: shockrah/hugo @@ -16,7 +13,7 @@ jobs: - name: Checkout repository resources uses: actions/checkout@v4 - name: Build website content - run: hugo && ls -R + run: hugo && pwd && ls -R - name: Copy files with rsync uses: tempersama/rsync-copy@2.4 with: