Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ deploy: # Deploy with docker-compose on the remote host - docker-compose down --remove-orphans - docker-compose pull --quiet - docker-compose build --quiet app - docker-compose up --detach --wait # Clean up the socket forwarding - ssh -q -S docker-ctrl-socket -O exit "$DEPLOY_USER@$DEPLOY_HOST" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ deploy: # Deploy with docker-compose on the remote host - docker-compose down --remove-orphans - docker-compose pull --quiet - docker-compose build --quiet app - docker-compose up --detach --wait # Clean up the socket forwarding - ssh -q -S docker-ctrl-socket -O exit "$DEPLOY_USER@$DEPLOY_HOST" Loading