Skip to content
Snippets Groups Projects
Commit b77700c9 authored by picklesrus's avatar picklesrus
Browse files

Put travis gh-pages deploy back since there are some permissions problems to work out on circle

parent 87664a85
Branches
No related tags found
1 merge request!1Synching Fork
......@@ -51,14 +51,13 @@ deploy:
condition: $TRAVIS_EVENT_TYPE != cron
skip_cleanup: true
script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi
# Disable deploy to gh-pages. Circle will do it instead.
# - provider: script
# on:
# all_branches: true
# condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^dependabot/
# tags: false # Don't push tags to gh-pages
# skip_cleanup: true
# script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
- provider: script
on:
all_branches: true
condition: $TRAVIS_EVENT_TYPE != cron && ! $TRAVIS_BRANCH =~ ^dependabot/
tags: false # Don't push tags to gh-pages
skip_cleanup: true
script: npm run deploy -- -x -e $TRAVIS_BRANCH -r https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git
- provider: script
on:
branch: develop
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment