From a7bb5d995a749a58a1406e84e9f54afd91be46ff Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Sun, 28 Apr 2024 16:56:33 +0100 Subject: [PATCH] Temp: ls --- .forgejo/workflows/production.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/production.yml b/.forgejo/workflows/production.yml index 844ece0..b5ee71a 100644 --- a/.forgejo/workflows/production.yml +++ b/.forgejo/workflows/production.yml @@ -21,6 +21,8 @@ jobs: - run: npm run build - run: npm test + - run: ls -lah ${{ secrets.PROD_SSH_REPO_PATH }} + - name: RSync to server uses: https://github.com/D3rHase/rsync-deploy-action@v0.2 with: