Skip to content

Commit c056c7d

Browse files
committed
Fix deployment spec
1 parent f17e568 commit c056c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ STACK_NAME=${STACK_NAME?Variable not set} \
99
TAG=${TAG?Variable not set} \
1010
docker compose \
1111
-f docker-compose.yml \
12-
config > docker-stack.yml
12+
config | sed '/^name:*/d' > docker-stack.yml
1313

1414
docker-auto-labels docker-stack.yml
1515

0 commit comments

Comments
 (0)