aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/directory/deploy/directory.hcl2
-rw-r--r--app/drone-ci/deploy/drone.hcl2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/directory/deploy/directory.hcl b/app/directory/deploy/directory.hcl
index a6eb885..c4dd5c6 100644
--- a/app/directory/deploy/directory.hcl
+++ b/app/directory/deploy/directory.hcl
@@ -21,7 +21,7 @@ job "directory" {
task "bottin" {
driver = "docker"
config {
- image = "lxpz/bottin_amd64:20"
+ image = "lxpz/bottin_amd64:21"
network_mode = "host"
readonly_rootfs = true
ports = [ "ldap_port" ]
diff --git a/app/drone-ci/deploy/drone.hcl b/app/drone-ci/deploy/drone.hcl
index 5a1e5bd..6b8c1e9 100644
--- a/app/drone-ci/deploy/drone.hcl
+++ b/app/drone-ci/deploy/drone.hcl
@@ -79,6 +79,7 @@ EOH
}
}
+/*
group "runner" {
count = 3
@@ -120,4 +121,5 @@ EOH
}
}
}
+ */
}