ci: scope bridge deploy role

This commit is contained in:
Haitao Pan 2026-05-05 15:16:13 +08:00
parent 2114691b9b
commit 8fbc0e51be
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}" \

View File

@ -30,6 +30,7 @@ args=(
ansible-playbook
-i inventory.ini
deploy_xworkmate_bridge_vhosts.yml
--tags xworkmate_bridge
-l "${TARGET_HOST}"
)