deploy
This commit is contained in:
parent
dbf52223e7
commit
076543db68
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
echo "$CHANGED"
|
||||
|
||||
# Swarm stack YAMLs
|
||||
SWARM_FILES="$(echo "$CHANGED" | grep -E '^services/swarm/stacks/.*\.ya?ml$' || true)"
|
||||
SWARM_FILES="$(echo "$CHANGED" | grep -E '^swarm/.*\.ya?ml$' || true)"
|
||||
echo "swarm_files=$(echo "$SWARM_FILES" | xargs)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
# Compose YAMLs: services/compose/<host>/<service>/<file>.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue