Skip to content

Commit

Permalink
Travis: Use npm deploy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed Jul 24, 2019
1 parent a713dcc commit 0c2f7b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- stage: deploy
name: Deploy to NPM
deploy:
provider: script
script: npm i && npm publish
provider: npm
email: 'services@netlify.com'
api_key: secure: "MPCF4xpvrsmcOxVcEKutdSVA0T6fH3q/QB59NnQ7AgJaqBXrqr61sRD/C+SMf47B1d/CJbm9iYlD/D2IPZ0yWgpt2SwFFpZi9ezbUqBwC05TbKj+j/uP0klDMQ9QZSNXOkSGCsjOc2F1NyxN1hNJJ+ElBO4EpU9+M0s/sazTUqM="
on:
tags: true
repo: netlify/cli
Expand Down

0 comments on commit 0c2f7b6

Please sign in to comment.