diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-04-28 13:23:54 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-04-28 13:23:54 +0200 |
commit | 5dc7c3132b7ae87d2e5e6f14f2ec6c4375321692 (patch) | |
tree | 4e691e8893f1c343c8c1ff3aa9c51da4531b03fd | |
parent | 14c6dae001fe533e4e999a74ced5a5ad26ac526d (diff) | |
download | nixcfg-5dc7c3132b7ae87d2e5e6f14f2ec6c4375321692.tar.gz nixcfg-5dc7c3132b7ae87d2e5e6f14f2ec6c4375321692.zip |
Fix link in CI setup doc
-rw-r--r-- | cluster/prod/app/woodpecker-ci/integration/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cluster/prod/app/woodpecker-ci/integration/README.md b/cluster/prod/app/woodpecker-ci/integration/README.md index 2477995..b9561f7 100644 --- a/cluster/prod/app/woodpecker-ci/integration/README.md +++ b/cluster/prod/app/woodpecker-ci/integration/README.md @@ -38,8 +38,8 @@ apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docke ## Install the runner ```bash -wget https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/raw/branch/main/app/woodpecker-ci/integration/nix.conf -wget https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/raw/branch/main/app/woodpecker-ci/integration/docker-compose.yml +wget https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/raw/branch/main/cluster/prod/app/woodpecker-ci/integration/nix.conf +wget https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/raw/branch/main/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml ``` Create a new Agent for your runner in the Woodpecker admin, and copy the agent secret value. |