From 661f81eec921e17f3a91061261a9967aa172cded Mon Sep 17 00:00:00 2001 From: Lars Nolden Date: Fri, 14 Aug 2026 14:42:38 +0200 Subject: [PATCH] update deploy script --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 06893f4..fae3900 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Deploy static files to server env: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} - REMOTE_DIR: /home/deploy/projects/ge-bos/static + REMOTE_DIR: /home/deploy/projects/solenos/static run: | SSH="ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new" # Recreate the target dir so removed files don't linger (rsync --delete equivalent) @@ -52,4 +52,4 @@ jobs: run: | ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=accept-new \ deploy@${{ secrets.DEPLOY_HOST }} \ - "cd /home/deploy/projects/ge-bos && ./deploy.sh" + "cd /home/deploy/projects/solenos && ./deploy.sh"