File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ after_success:
3131 fi
3232 if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3333 printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
34- npm install --no-save [email protected] now-pipeline 34+ npm install --no-save [email protected] now 3535 npm run release
3636 fi
3737 if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
38- now-pipeline --dir ./packages/overmind-website --alias overmindjs.org
38+ now ./packages/overmind-website --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
3939 fi
4040 if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
41- now-pipeline --dir ./packages/overmind-website --alias next.overmindjs.org
41+ now ./packages/overmind-website --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
4242 fi
4343branches :
4444 except :
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " overmind-website"
3+ }
You can’t perform that action at this time.
0 commit comments