File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
packages/overmind-website Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,12 @@ after_success:
3333 printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
3434 npm install --no-save [email protected] now 3535 npm run release
36- now ./packages/overmind-website --token $NOW_TOKEN
37- now alias ./packages/overmind-website --token $NOW_TOKEN
36+ fi
37+ if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
38+ now ./packages/overmind-website --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
39+ fi
40+ if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
41+ now ./packages/overmind-website --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
3842 fi
3943branches :
4044 except :
Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
77 < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
8- < title > Document </ title >
8+ < title > Overmind </ title >
99 < style >
1010 html ,
1111 body {
Original file line number Diff line number Diff line change 11# Get started with Overmind
22
3- Hello there you awesomeness!
3+ It actually worked! : D
44
55``` marksy
66<Example example="beginner_getstarted_0" />
Original file line number Diff line number Diff line change 1515 "posttest" : " npm run typecheck"
1616 },
1717 "now" : {
18- "alias" : " overmind" ,
1918 "files" : [
2019 " api" ,
2120 " backend" ,
You can’t perform that action at this time.
0 commit comments