make new budget site live in prod
This commit is contained in:
parent
6797fb62a7
commit
43589018dd
1 changed files with 13 additions and 1 deletions
|
@ -71,4 +71,16 @@ build fedoracommunity.org
|
|||
build fudcon.fedoraproject.org
|
||||
build start.fedoraproject.org
|
||||
build fedoraproject.org
|
||||
build budget.fedoraproject.org
|
||||
|
||||
if [ ! -d /srv/web/budget.fedoraproject.org/.git ]
|
||||
then
|
||||
/usr/bin/git clone -q \
|
||||
https://pagure.io/fedora-budget-site.git \
|
||||
/srv/web/budget.fedoraproject.org
|
||||
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 pull -q --ff-only || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue