Skip to content

Commit a66ae73

Browse files
chore(website): remove redirect as this seemed to only be necessary once
1 parent 39fe9a1 commit a66ae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ after_success:
3939
npm run release
4040
fi
4141
if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
42-
now ./packages/overmind-website -e REDIRECT_URL=https://overmindjs.org/ ./packages/overmind-website --docker --token $NOW_TOKEN && now alias www.overmindjs.org --token $NOW_TOKEN
42+
now ./packages/overmind-website --docker --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
4343
fi
4444
if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
4545
now ./packages/overmind-website --docker --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN

0 commit comments

Comments
 (0)