Skip to content

Commit

Permalink
Github workflow: no more watchdoge5
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Dec 4, 2024
1 parent afc52e4 commit 69a8aea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5]
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4]
fail-fast: false
environment: staging
env:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5]
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4]
deploy_env: [production]
fail-fast: false
environment: production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/https-deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 20
strategy:
matrix:
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5]
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4]
deploy_env: [staging, production]
fail-fast: false
environment: production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/https-deploy-sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4, watchdoge5]
host: [watchdoge1, watchdoge2, watchdoge3, watchdoge4]
fail-fast: false
environment: sandbox
env:
Expand Down

0 comments on commit 69a8aea

Please sign in to comment.