Skip to content

Attempt to fix travis deploy #404

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ before_script:

script:
- npm test
# https://github.com/putaindecode/putaindecode.fr/issues/376
# deploy real master only
#- if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
- npm run _deploy

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
echo "(GH_OWNER=$GH_OWNER GH_PROJECT_NAME=$GH_PROJECT_NAME)"
exit -1
fi
repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.git
repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.shit.git
else
repo=origin
fi
Expand Down