diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10718ba..24f3e7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: .deploy: before_script: - docker login -u mathwave -p $DOCKERHUB_PASSWORD - - docker network create -driver overlay --attachable battleship-nginx + - docker network create -d overlay --attachable battleship-nginx deploy-dev: extends: