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