deployerbot: add fra1-a
This commit is contained in:
parent
ba821ff7f3
commit
617b829589
@ -123,7 +123,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
uidgid = myData.uidgid.updaterbot-deployer;
|
uidgid = myData.uidgid.updaterbot-deployer;
|
||||||
repo = "git@git.jakstys.lt:motiejus/config";
|
repo = "git@git.jakstys.lt:motiejus/config";
|
||||||
deployDerivations = [".#vno1-oh2" ".#hel1-a" ".#vno1-rp3b"];
|
deployDerivations = [
|
||||||
|
".#vno1-oh2"
|
||||||
|
".#hel1-a"
|
||||||
|
".#vno1-rp3b"
|
||||||
|
".#fra1-a"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
follower = {
|
follower = {
|
||||||
|
@ -63,6 +63,7 @@
|
|||||||
nix --accept-flake-config run .#deploy-rs -- \
|
nix --accept-flake-config run .#deploy-rs -- \
|
||||||
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
|
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
|
||||||
--ssh-user=deployerbot-follower \
|
--ssh-user=deployerbot-follower \
|
||||||
|
--confirm-timeout 60 \
|
||||||
--targets ${deployDerivationsStr} -- \
|
--targets ${deployDerivationsStr} -- \
|
||||||
--accept-flake-config
|
--accept-flake-config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user