diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 73ed0ef..7b02f6c 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -204,9 +204,6 @@ jobs: runs-on: ubuntu-latest needs: [preflight, pre-tests, backup] if: always() && (needs.pre-tests.result == 'success' || needs.pre-tests.result == 'skipped') && (needs.backup.result == 'success' || needs.backup.result == 'skipped') - environment: - name: production - url: ${{ env.PRODUCTION_URL }} steps: - name: Checkout code uses: actions/checkout@v4