fix: with registry auth

This commit is contained in:
Giles Bradshaw 2020-10-22 18:49:53 +01:00
parent 60f0306e90
commit 36e4f27928
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
export LOCAL_DOCKER_REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ \
&& echo "scheme: ${SCHEME}" \
&& docker stack rm ghost \
&& echo 'sleeping...zzz' \
&& sleep 60 \
&& docker stack deploy -c docker-compose.yml ghost
&& docker stack deploy -c docker-compose.yml ghost --with-registry-auth