Skip to content

Commit

Permalink
chore(ci): re-use existing now deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Nov 8, 2018
1 parent 6c427a8 commit 2fe1281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
before_script: yarn global add now
script:
- node scripts/set-now-alias.js vuetifyjs.com
- now -e --team=vuetifyjs --token=$NOW_TOKEN --npm
- now --team=vuetifyjs --token=$NOW_TOKEN --npm
- now alias --team=vuetifyjs --token=$NOW_TOKEN

- stage: publish-docs-next
name: 'Publish docs - next'
before_script: yarn global add now
script:
- node scripts/set-now-alias.js next.vuetifyjs.com
- now -e --team=vuetifyjs --token=$NOW_TOKEN --npm
- now --team=vuetifyjs --token=$NOW_TOKEN --npm
- now alias --team=vuetifyjs --token=$NOW_TOKEN
1 change: 1 addition & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "vuetifyjs.com",
"alias": "vuetifyjs.com",
"github": {
"autoAlias": false
}
Expand Down

0 comments on commit 2fe1281

Please sign in to comment.