diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 89015712..2f2ae1e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: - QUARKUS_PROFILE: ${{ github.ref == 'refs/heads/production' && 'prod' || 'staging' }} + HELM_PROFILE: ${{ github.ref == 'refs/heads/production' && 'prod' || 'staging' }} steps: - uses: actions/checkout@v2