File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 1- #! /bin/bash
2-
3- # set -o errexit -o nounset
4-
5- # if [ "$TRAVIS_BRANCH" != "master" ]
6- # then
7- # echo "This commit was made against the $TRAVIS_BRANCH and not the master! No deploy!"
8- # exit 0
9- # fi
10-
11- # rev=$(git rev-parse --short HEAD)
12-
13- # cd stage/_book
14-
15- # git init
161git config user.name " Surabhi Sharma"
172git config user.email " surabhisharma.226005@gmail.com"
183
@@ -21,19 +6,6 @@ git remote add upstream "https://github.com/surabhi226005/express-mongoose-es6-r
216echo " Remote branch added"
227git fetch
238echo " Remote fetched"
24- git branch --track develop origin/develop
25- echo " will not come here"
269git branch
2710git checkout develop
2811git pull
29-
30- # git fetch upstream
31- # git reset upstream/gh-pages
32-
33- # echo "rustbyexample.com" > CNAME
34-
35- # touch .
36-
37- # git add -A .
38- # git commit -m "rebuild pages at ${rev}"
39- # git push -q upstream HEAD:gh-pages
You can’t perform that action at this time.
0 commit comments