不要怂,就是干,撸起袖子干!

Commit 2eeaa5e0 by Sushant

fix: using deploy script with travis

1 parent 1d4997eb
Showing with 4 additions and 1 deletions
...@@ -17,4 +17,5 @@ mkdocs.yml ...@@ -17,4 +17,5 @@ mkdocs.yml
.dockerignore .dockerignore
.editorconfig .editorconfig
.travis.yml .travis.yml
.deploy.sh
...@@ -69,6 +69,6 @@ jobs: ...@@ -69,6 +69,6 @@ jobs:
- TRAVIS_JOB_NUMBER=WORKAROUND.1 - TRAVIS_JOB_NUMBER=WORKAROUND.1
deploy: deploy:
provider: script provider: script
script: ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post script: ./deploy.sh
on: on:
branch: master branch: master
./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!