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 60bed54 commit 1718d2cCopy full SHA for 1718d2c
push-build.sh
@@ -3,10 +3,11 @@
3
git config --global user.email "travis@travis-ci.org"
4
git config --global user.name "Travis CI"
5
6
+git branch -b dist
7
git add -f dist/*
8
git commit -m "Travis Build: $TRAVIS_BUILD_NUMBER" -m "[skip ci]"
9
10
git remote rm origin
11
# Add new "origin" with access token in the git URL for authentication
12
git remote add origin https://mauricedoepke:${GH_TOKEN}@github.com/mauricedoepke/webpack-obfuscator.git > /dev/null 2>&1
-git push origin master
13
+git push origin dist:master
0 commit comments