From 5f3e83939f334562c31ce570d7189e748c275ddf Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 22 Mar 2026 00:25:42 +0100 Subject: Ideally fix CI migration running [skip ci] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index aede90b..cf88502 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -157,7 +157,7 @@ jobs: - name: Apply database migrations if: needs.detect-changes.outputs.backend == 'true' - run: ssh ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }} "ASPNETCORE_ENVIRONMENT=Production /opt/enmarcha/efbundle" + run: ssh ${{ secrets.TARGET_USER }}@${{ secrets.TARGET_HOST }} "cd /opt/enmarcha && ASPNETCORE_ENVIRONMENT=Production ./efbundle" - name: Start service if: needs.detect-changes.outputs.backend == 'true' -- cgit v1.3