diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 299326b..5969d14 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -56,7 +56,7 @@ jobs: run: | echo "Waiting for services to start..." sleep 30 - curl -f http://localhost/health || exit 1 + curl -f http://localhost:${{ vars.DEPLOY_PORT }}/health || exit 1 - name: Prune old images if: success()