ci: scope bridge deploy role
This commit is contained in:
parent
2114691b9b
commit
8fbc0e51be
1
.github/workflows/pipeline.yml
vendored
1
.github/workflows/pipeline.yml
vendored
@ -230,6 +230,7 @@ jobs:
|
||||
fi
|
||||
ansible-playbook -i inventory.ini deploy_xworkmate_bridge_vhosts.yml \
|
||||
-D ${CHECK_MODE_FLAG} \
|
||||
--tags xworkmate_bridge \
|
||||
-l "${{ steps.deploy_meta.outputs.target_host }}" \
|
||||
-e "service_compose_image=${SERVICE_COMPOSE_IMAGE}" \
|
||||
-e "ghcr_username=${{ env.GHCR_USERNAME }}" \
|
||||
|
||||
@ -30,6 +30,7 @@ args=(
|
||||
ansible-playbook
|
||||
-i inventory.ini
|
||||
deploy_xworkmate_bridge_vhosts.yml
|
||||
--tags xworkmate_bridge
|
||||
-l "${TARGET_HOST}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user