diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index eb86078..1dd864b 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -65,7 +65,7 @@ services: image: mathwave/sprint-repo:gitlab-runner volumes: - /var/run/docker.sock:/var/run/docker.sock - - gitlab-runner-volume:/home/gitlab-runner/builds + - /home/gitlab-runner/builds:/home/gitlab-runner/builds deploy: mode: replicated placement: @@ -74,11 +74,4 @@ services: condition: any update_config: parallelism: 1 - order: start-first - -volumes: - gitlab-runner-volume: - driver: local - driver_opts: - device: /home/gitlab-runner/builds - type: volume \ No newline at end of file + order: start-first \ No newline at end of file