Skip to content

Commit 7421efb

Browse files
committed
Cleanup deploy script
1 parent f2af6e9 commit 7421efb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

bin/deploy.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,12 @@ git init
1313
git config user.name "gossi"
1414
git config user.email "[email protected]"
1515

16-
echo "Git version:"
17-
git version
18-
19-
echo "Add upstream:"
2016
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
21-
echo "Fetch upstream:"
2217
git fetch upstream
23-
echo "Reset to gh-pages:"
2418
git reset upstream/gh-pages
2519

2620
touch .
2721

28-
echo "Add everything new:"
2922
git add -A .
30-
echo "Commit:"
3123
git commit -m "rebuild API at ${rev}"
32-
echo "Push:"
3324
git push upstream HEAD:gh-pages

0 commit comments

Comments
 (0)