This commit is contained in:
Serhii Londar 2018-11-14 23:44:01 +02:00
parent 367ae86550
commit 0ca019641e

4
.github/deploy.sh vendored
View file

@ -2,7 +2,7 @@
set -e
if [[ $TRAVIS_BRANCH != 'master' ]]
if [[ $TRAVIS_BRANCH != 'redme-generation' ]]
then
exit
fi
@ -19,4 +19,4 @@ echo commit
git commit -m "Generate README"
echo push
git push --quiet "https://${GITHUB_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1
git push --quiet "https://${DANGER_GITHUB_API_TOKEN}@github.com/serhii-londar/open-source-mac-os-apps.git" master:master > /dev/null 2>&1