Compare commits

...

4 Commits

Author SHA1 Message Date
25a8da26de again
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-13 19:06:39 +02:00
f72da1fce2 running on apps host
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-27 18:19:45 +02:00
d297e0be91 attaching podman network
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-27 17:58:38 +02:00
c767a1d2d9 not mounting resolv.conf
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-26 16:49:21 +02:00
2 changed files with 2 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ job "drone-runner" {
"nummer5",
]
type = "service"
node_pool = "sys"
node_pool = "apps"
group "apps" {
count = 1
@@ -47,8 +47,7 @@ job "drone-runner" {
privileged = true
volumes = [
"/var/run/podman/podman.sock:/var/run/docker.sock",
"/etc/containers:/etc/containers",
"/etc/resolv.conf:/etc/resolv.conf"
"/etc/containers:/etc/containers"
]
}
@@ -74,7 +73,6 @@ job "drone-runner" {
DRONE_UI_USERNAME = "root"
DRONE_UI_PASSWORD = "root"
DRONE_RUNNER_CLONE_IMAGE = "drone/git"
DRONE_RUNNER_NETWORKS = "podman"
DRONE_RUNNER_VOLUMES = "/etc/resolv.conf:/etc/resolv.conf"
}

View File

@@ -14,7 +14,6 @@ job "drone" {
port "http" {
to = 80
}
}
service {