diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
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' |
