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 f2af6e9 commit 7421efbCopy full SHA for 7421efb
bin/deploy.sh
@@ -13,21 +13,12 @@ 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:"
22
git fetch upstream
23
-echo "Reset to gh-pages:"
24
git reset upstream/gh-pages
25
26
touch .
27
28
-echo "Add everything new:"
29
git add -A .
30
-echo "Commit:"
31
git commit -m "rebuild API at ${rev}"
32
-echo "Push:"
33
git push upstream HEAD:gh-pages
0 commit comments