deployerbot: make deployment of vno3-rp3b optional
I don't control it as much.
This commit is contained in:
parent
a20b24b6a3
commit
c3e68e5122
|
@ -183,7 +183,6 @@
|
|||
repo = "git@git.jakstys.lt:motiejus/config";
|
||||
deployDerivations = [
|
||||
".#vno1-oh2"
|
||||
".#vno3-rp3b"
|
||||
".#fra1-a"
|
||||
];
|
||||
deployIfPresent = [
|
||||
|
@ -191,6 +190,10 @@
|
|||
derivationTarget = ".#fwminex";
|
||||
pingTarget = myData.hosts."fwminex.motiejus.jakst".vno1IP;
|
||||
}
|
||||
{
|
||||
derivationTarget = ".#vno3-rp3b";
|
||||
pingTarget = myData.hosts."vno3-rp3b.servers.jakst".jakstIP;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue