summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2026-03-22 00:25:42 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2026-03-22 00:25:42 +0100
commit5f3e83939f334562c31ce570d7189e748c275ddf (patch)
treecfa9a5ce4a3a029b39447232029ea4df5d724b70
parent53c3c0293bbacefb9ed0d56f61695f0b76a9f385 (diff)
Ideally fix CI migration running [skip ci]
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
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'