From 24bb9ae6029918a6fcf067974f475605ad7deeb0 Mon Sep 17 00:00:00 2001 From: svemagie <869694+svemagie@users.noreply.github.com> Date: Sat, 7 Mar 2026 16:53:53 +0100 Subject: [PATCH] chore: update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eaf36ed8..7f8bb24d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,8 +32,7 @@ jobs: username: ${{ secrets.FREEBSD_DEPLOY_USER }} key: ${{ secrets.FREEBSD_DEPLOY_SSH_KEY }} port: 222 - script: | - sudo bastille cmd node "su -l indiekit -c 'git pull origin main && npm ci && sudo service indiekit restart'" + script: sudo bastille cmd node "cd /usr/local/indiekit && su -l indiekit -c 'git pull origin main && npm ci && sudo service indiekit restart'" # Optionally reload nginx on web jail # - name: Reload nginx