Try to deploy only once instead of three times

This commit is contained in:
DD 2018-11-05 15:18:06 -05:00
parent 088f3f9c0c
commit c8f70742ea

View file

@ -51,6 +51,7 @@ before_deploy:
- git config --global user.name $(git log --pretty=format:"%an" -n1)
deploy:
- provider: npm
node_js: 8
on:
branch: develop
skip_cleanup: true