Building production websites from pagure works fine, so we need to move budget.fp.o into production finally. I've already cherry-picked the staging commits to master and most of the changes to set up budget.fp.o have already been done when we made the staging website live.
AFAICS we need to add the website to the build script and remove the staging conditionals in playbooks/include/proxies-fedora-web.yml. All the rest (dns, manual rebuild, cron-sync, synctranslations, etc) should already be ok but it would be better to do a double check to verify all changes are there.
Here the change in the syncStatic.sh script, thank you for +1's and helping me pushing this out to the proxies.


diff --git a/roles/fedora-web/build/files/syncStatic.sh b/roles/fedora-web/build/files/syncStatic.sh
index be63c09..8e8a03a 100644
--- a/roles/fedora-web/build/files/syncStatic.sh
+++ b/roles/fedora-web/build/files/syncStatic.sh
@@ -70,3 +70,4 @@ build fedoracommunity.org
 build fudcon.fedoraproject.org
 build start.fedoraproject.org
 build fedoraproject.org
+build budget.fedoraproject.org


--
Robert Mayr
(robyduck)