diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index f6c4938..2ecc67b 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -58,5 +58,5 @@ jobs: SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }} SENTRY_URL: ${{ secrets.SENTRY_URL }} with: - environment: Production + environment: production version: ${{ env.DEPLOY_VERSION }} diff --git a/.github/workflows/eoefans-spider-azure-deploy.yml b/.github/workflows/eoefans-spider-azure-deploy.yml index 79a902a..fc56247 100644 --- a/.github/workflows/eoefans-spider-azure-deploy.yml +++ b/.github/workflows/eoefans-spider-azure-deploy.yml @@ -57,5 +57,5 @@ jobs: SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }} SENTRY_URL: ${{ secrets.SENTRY_URL }} with: - environment: Production + environment: production version: ${{ env.DEPLOY_VERSION }}