Skip to content

Commit 0bbe568

Browse files
committed
Go travis, tell me!
1 parent b53cca0 commit 0bbe568

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bin/deploy.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ git init
1313
git config user.name "gossi"
1414
git config user.email "github@gos.si"
1515

16+
echo "Add upstream:"
1617
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
18+
echo "Fetch upstream:"
1719
git fetch upstream
20+
echo "Reset to gh-pages:"
1821
git reset upstream/gh-pages
1922

2023
touch .
2124

25+
echo "Add everything new:"
2226
git add -A .
27+
echo "Commit:"
2328
git commit -m "rebuild pages at ${rev}"
29+
echo "Push:"
2430
git push upstream HEAD:gh-pages

0 commit comments

Comments
 (0)