aboutsummaryrefslogtreecommitdiff
path: root/app/drone-ci/deploy/drone.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-04-09 11:19:54 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-04-09 11:19:54 +0200
commitca1f73d655849ca09997c6b7db9fdb24c05d562d (patch)
tree8bd03098420b899b34d98c9f3a23d2f08ed5b971 /app/drone-ci/deploy/drone.hcl
parentf4c8ba8ebd076fd46439289993155274be7605c4 (diff)
parent4ecda8cc8d915247ec449d8841144d037a1bf3e1 (diff)
downloadinfrastructure-ca1f73d655849ca09997c6b7db9fdb24c05d562d.tar.gz
infrastructure-ca1f73d655849ca09997c6b7db9fdb24c05d562d.zip
Merge branch 'main' into feature/upgrade-ansible
Diffstat (limited to 'app/drone-ci/deploy/drone.hcl')
-rw-r--r--app/drone-ci/deploy/drone.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/drone-ci/deploy/drone.hcl b/app/drone-ci/deploy/drone.hcl
index 6b8c1e9..ab7e6eb 100644
--- a/app/drone-ci/deploy/drone.hcl
+++ b/app/drone-ci/deploy/drone.hcl
@@ -14,7 +14,7 @@ job "drone-ci" {
task "drone_server" {
driver = "docker"
config {
- image = "drone/drone:1.10.1"
+ image = "drone/drone:latest"
ports = [ "web_port" ]
}
@@ -94,8 +94,8 @@ EOH
network_mode = "host"
#image = "drone/drone-runner-nomad:latest"
+ image = "drone/drone-runner-docker:1.6.3"
- image = "drone/drone-runner-docker:latest"
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
]