Debug Forgejo action to deploy k8s
Some checks failed
/ blog-pim (push) Failing after 1m1s

This commit is contained in:
Pim Kunis 2024-05-01 22:26:42 +02:00
parent b2391c4125
commit ac5b15721a
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,34 @@
{
log.level = "info";
host.workdir_parent = { };
runner = {
file = ".runner";
capacity = 1;
env_file = ".env";
timeout = "3h";
insecure = false;
fetch_timeout = "5s";
fetch_interval = "2s";
labels = [ ];
envs = { };
};
cache = {
enabled = true;
dir = "";
host = "";
port = 0;
external_server = "";
};
container = {
network = "";
privileged = false;
options = { };
workdir_parent = { };
valid_volumes = [ ];
docker_host = "";
force_pull = false;
};
}