Skip to content

Commit

Permalink
Merge pull request #1658 from etalab/removed-deployment-of-staging-wh…
Browse files Browse the repository at this point in the history
…ile-on-production

Fixed staging deployment happening with prod deployment
  • Loading branch information
skelz0r authored Sep 16, 2024
2 parents a6cb55b + 40c0f6d commit eb99cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
strategy:
matrix:
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5]
deploy_env: [staging, production]
deploy_env: [production]
fail-fast: false
environment: production
env:
Expand Down

0 comments on commit eb99cde

Please sign in to comment.