fix(deploy): Trying a different deployment tactic

This commit is contained in:
Chris Troutner
2020-01-19 20:51:30 -08:00
parent b4e906ca1f
commit a4976904db
+1 -1
View File
@@ -19,4 +19,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- ./deploy-production.sh || npx semantic-release
- npx semantic-release && ./deploy-production.sh