Skip to content

Commit

Permalink
Fixed staging deployment happening with prod deployment
Browse files Browse the repository at this point in the history
This might have lead to weird errors in staging since it used the
production environment configuration
  • Loading branch information
Un3x committed Sep 9, 2024
1 parent a38d5c4 commit b5f2558
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 b5f2558

Please sign in to comment.