deployerbot: add fra1-a

This commit is contained in:
Motiejus Jakštys 2023-08-27 01:04:09 +03:00
parent ba821ff7f3
commit 617b829589
2 changed files with 7 additions and 1 deletions

View File

@ -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 = {

View File

@ -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