diff --git a/roles/fedora-web/build/files/syncStatic.sh b/roles/fedora-web/build/files/syncStatic.sh index 24df84c0f5..c3bae6a0fa 100644 --- a/roles/fedora-web/build/files/syncStatic.sh +++ b/roles/fedora-web/build/files/syncStatic.sh @@ -82,5 +82,5 @@ fi cd /srv/web/budget.fedoraproject.org /usr/bin/git clean -q -fdx || exit 1 /usr/bin/git reset -q --hard || exit 1 -/usr/bin/git checkout -q stg || exit 1 +/usr/bin/git checkout -q prod || exit 1 /usr/bin/git pull -q --ff-only || exit 1