mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
Remove copenhagen-a from docker role mapping in deploy-on-merge (#48)
copenhagen-a is not in [docker_hosts] inventory group. Running the docker role play against it just gets skipped, wasting CI time. Fixes PESO-121
This commit is contained in:
parent
029c35fba6
commit
8f5eb385cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-on-merge.yml
vendored
2
.github/workflows/deploy-on-merge.yml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
ansible/roles/caddy/*|ansible/roles/status_page/*)
|
||||
HOSTS="$HOSTS helsinki-a" ;;
|
||||
ansible/roles/docker/*)
|
||||
HOSTS="$HOSTS helsinki-a london-b nuremberg-a copenhagen-a" ;;
|
||||
HOSTS="$HOSTS helsinki-a london-b nuremberg-a" ;;
|
||||
ansible/roles/docker_services/*)
|
||||
HOSTS="$HOSTS helsinki-a london-b nuremberg-a copenhagen-a" ;;
|
||||
ansible/roles/media_stack/*|ansible/roles/backup/*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue