We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbe568 commit 551fc61Copy full SHA for 551fc61
bin/deploy.sh
@@ -13,6 +13,9 @@ git init
13
git config user.name "gossi"
14
git config user.email "[email protected]"
15
16
+echo "Git version:"
17
+git version
18
+
19
echo "Add upstream:"
20
git remote add upstream "https://$GH_TOKEN@github.com/gossi/php-code-generator.git"
21
echo "Fetch upstream:"
@@ -25,6 +28,6 @@ touch .
25
28
echo "Add everything new:"
26
29
git add -A .
27
30
echo "Commit:"
-git commit -m "rebuild pages at ${rev}"
31
+git commit -m "rebuild API at ${rev}"
32
echo "Push:"
33
git push upstream HEAD:gh-pages
0 commit comments