this needs to checkout the prod branch

This commit is contained in:
Kevin Fenzi 2017-04-12 19:22:32 +00:00
parent 43589018dd
commit 36b166fa01

View file

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