mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 18:34:13 +00:00
fix(ci): remove environment block causing startup_failure
The GitHub environment 'production' was causing startup_failure on all workflow_dispatch runs (0 jobs started). Remove the environment reference to unblock deployments. Can be re-added once the root cause is identified. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a849359c20
commit
b6dd7e354c
1 changed files with 0 additions and 3 deletions
3
.github/workflows/deploy-production.yml
vendored
3
.github/workflows/deploy-production.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue