Compare commits
2 commits
344b586ad0
...
b42364749d
Author | SHA1 | Date | |
---|---|---|---|
b42364749d | |||
68151cdd59 |
3 changed files with 1 additions and 29 deletions
|
@ -31,7 +31,7 @@ job "woodpecker-ci" {
|
||||||
template {
|
template {
|
||||||
data = <<EOH
|
data = <<EOH
|
||||||
WOODPECKER_OPEN=true
|
WOODPECKER_OPEN=true
|
||||||
WOODPECKER_ORGS=Deuxfleurs
|
WOODPECKER_ORGS=Deuxfleurs,distorsion
|
||||||
WOODPECKER_ADMIN=lx
|
WOODPECKER_ADMIN=lx
|
||||||
|
|
||||||
WOODPECKER_HOST=https://woodpecker.deuxfleurs.fr
|
WOODPECKER_HOST=https://woodpecker.deuxfleurs.fr
|
||||||
|
|
|
@ -25,26 +25,6 @@
|
||||||
address = "10.83.1.3";
|
address = "10.83.1.3";
|
||||||
endpoint = "82.67.87.112:33733";
|
endpoint = "82.67.87.112:33733";
|
||||||
};
|
};
|
||||||
/*
|
|
||||||
"dahlia" = {
|
|
||||||
siteName = "orion";
|
|
||||||
publicKey = "EtRoWBYCdjqgXX0L+uWLg8KxNfIK8k9OTh30tL19bXU=";
|
|
||||||
address = "10.83.2.1";
|
|
||||||
endpoint = "82.66.80.201:33731";
|
|
||||||
};
|
|
||||||
"diplotaxis" = {
|
|
||||||
siteName = "orion";
|
|
||||||
publicKey = "HbLC938mysadMSOxWgq8+qrv+dBKzPP/43OMJp/3phA=";
|
|
||||||
address = "10.83.2.2";
|
|
||||||
endpoint = "82.66.80.201:33732";
|
|
||||||
};
|
|
||||||
"doradille" = {
|
|
||||||
siteName = "orion";
|
|
||||||
publicKey = "e1C8jgTj9eD20ywG08G1FQZ+Js3wMK/msDUE1wO3l1Y=";
|
|
||||||
address = "10.83.2.3";
|
|
||||||
endpoint = "82.66.80.201:33733";
|
|
||||||
};
|
|
||||||
*/
|
|
||||||
"df-ykl" = {
|
"df-ykl" = {
|
||||||
siteName = "bespin";
|
siteName = "bespin";
|
||||||
publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg=";
|
publicKey = "bIjxey/VhBgVrLa0FxN/KISOt2XFmQeSh1MPivUq9gg=";
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
deuxfleurs.siteName = "orion";
|
|
||||||
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
|
|
||||||
deuxfleurs.cnameTarget = "orion.site.deuxfleurs.fr.";
|
|
||||||
deuxfleurs.publicIPv4 = "82.66.80.201";
|
|
||||||
}
|
|
Loading…
Reference in a new issue