hard-code forgejo IP to prevent clone step issues in CI using woodpecker's local back-end

This commit is contained in:
Kiara Grouwstra 2025-07-26 16:11:27 +02:00
parent c3df3e43b6
commit e123a9210f
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -17,6 +17,9 @@ in
{ {
hostName = config.fediversityVm.name; hostName = config.fediversityVm.name;
domain = config.fediversityVm.domain; domain = config.fediversityVm.domain;
hosts = {
"185.206.232.34" = [ "git.fediversity.eu" ];
};
## REVIEW: Do we actually need that, considering that we have static IPs? ## REVIEW: Do we actually need that, considering that we have static IPs?
useDHCP = mkDefault true; useDHCP = mkDefault true;