Skip to content

Commit

Permalink
fix(ci): fix travis deploy on surge
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv committed Apr 18, 2019
1 parent f5be2db commit 8741904
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,24 @@ jobs:
script: npm run demo.build
deploy:
provider: surge
skip_cleanup: true
project: ./gh-pages/
domain: ngx-bootstrap.surge.sh
on: development
on:
branch: fix-travis-deploy
- <<: *surge
env: NGV=latest
deploy:
provider: surge
skip_cleanup: true
project: ./gh-pages/
domain: ngx-bootstrap-latest.surge.sh
on: development
- <<: *surge
env: NGV=next
deploy:
provider: surge
skip_cleanup: true
project: ./gh-pages/
domain: ngx-bootstrap-next.surge.sh
on: development
Expand Down

0 comments on commit 8741904

Please sign in to comment.