From d6d4ce343263a4da1cde8022c5073e7ca6494158 Mon Sep 17 00:00:00 2001 From: kazami139 Date: Mon, 27 Feb 2023 04:04:22 +0000 Subject: [PATCH] Revert "fix: typo" This reverts commit 9c5a6f72918cc14bda40889cd896dcaaee8a844a. --- .github/workflows/eoefans-api-azure-deploy.yml | 2 +- .github/workflows/eoefans-spider-azure-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}