Loading script/_do-deploy.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ deployCmd="\ if docker stack ls > /dev/null 2> /dev/null ; \ then \ composeFileSplitted=\$(echo ${COMPOSE_FILE} | sed 's/:/ -c /g') && \ env -i \$(${GREP_BIN} -v '^#\\| ' .env | xargs) \ env -i \$(${GREP_BIN} -v '^[#| ]' .env | xargs) \ docker stack deploy -c \${composeFileSplitted} \${deployAuthParam} ${STACK:-${SERVICE}} ; \ else \ docker-compose stop ${SERVICE} && \ Loading Loading
script/_do-deploy.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ deployCmd="\ if docker stack ls > /dev/null 2> /dev/null ; \ then \ composeFileSplitted=\$(echo ${COMPOSE_FILE} | sed 's/:/ -c /g') && \ env -i \$(${GREP_BIN} -v '^#\\| ' .env | xargs) \ env -i \$(${GREP_BIN} -v '^[#| ]' .env | xargs) \ docker stack deploy -c \${composeFileSplitted} \${deployAuthParam} ${STACK:-${SERVICE}} ; \ else \ docker-compose stop ${SERVICE} && \ Loading