fix(infrastructure): use correct runner

This commit is contained in:
2025-10-16 15:10:33 +02:00
parent c290a109b6
commit c4afdf5ad2
3 changed files with 7 additions and 3 deletions

View File

@@ -42,6 +42,7 @@ jobs:
uses: ./.github/workflows/url_generator.yml
with:
mode: prod
runner: vhs
secrets: inherit
deploy:
@@ -76,7 +77,6 @@ jobs:
FRONTEND_DOMAIN_SCHEME: ${{ needs.get_urls.outputs.frontend_url_scheme }}
RABBITMQ_PASSWORD: ${{ secrets.PROD_RABBITMQ_PASSWORD }}
DB_PASSWORD: ${{ secrets.PROD_DB_PASSWORD }}
IMAGE_REPO: ${{ needs.build.outputs.image_repo }}
DIGEST: ${{ needs.build.outputs.digest }}
run: |
helm upgrade --install myapp ./7project/charts/myapp-chart \