Compare commits

...

2 Commits

Author SHA1 Message Date
e85dd7e44b always pull
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-20 12:57:20 +01:00
c9c117a24d admin user 2023-12-20 12:57:06 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ job "apt-cacher-ng" {
config { config {
image = "cr.wks/apt-cacher-ng" image = "cr.wks/apt-cacher-ng"
ports = ["http"] ports = ["http"]
force_pull = true
} }
volume_mount { volume_mount {

View File

@@ -70,6 +70,7 @@ job "drone" {
DRONE_JSONNET_ENABLED = true DRONE_JSONNET_ENABLED = true
DRONE_LOGS_DEBUG = true DRONE_LOGS_DEBUG = true
DRONE_LOGS_TRACE = true DRONE_LOGS_TRACE = true
DRONE_USER_CREATE = "username:do,admin:true"
} }
resources { resources {