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') && \ ${GREP_BIN} -v '^[#| ]' .env | sed -r 's/(\w+)=(.*)/export \1=\"\2\"/g' > .env-deploy && \ ${GREP_BIN} -v '^[#| ]' .env | sed -r \"s/(\w+)=(.*)/export \1='\2'/g\" > .env-deploy && \ env -i /bin/sh -c \". \$(pwd)/.env-deploy && \ docker stack deploy -c \${composeFileSplitted} \${deployAuthParam} ${STACK:-${SERVICE}}\" ; \ else \ 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') && \ ${GREP_BIN} -v '^[#| ]' .env | sed -r 's/(\w+)=(.*)/export \1=\"\2\"/g' > .env-deploy && \ ${GREP_BIN} -v '^[#| ]' .env | sed -r \"s/(\w+)=(.*)/export \1='\2'/g\" > .env-deploy && \ env -i /bin/sh -c \". \$(pwd)/.env-deploy && \ docker stack deploy -c \${composeFileSplitted} \${deployAuthParam} ${STACK:-${SERVICE}}\" ; \ else \ Loading