Move deploy script to @mxcl/ops

This commit is contained in:
Max Howell
2019-04-14 12:40:07 -04:00
parent b76db41ca4
commit b6b4a74a26
2 changed files with 6 additions and 175 deletions

View File

@@ -84,7 +84,10 @@ jobs:
- name: CocoaPods
osx_image: xcode10.2
install: brew install mxcl/made/swift-sh
before_script: .github/deploy generate-podspec
install: |
brew install mxcl/made/swift-sh
curl -O https://raw.githubusercontent.com/mxcl/ops/master/deploy
chmod u+x deploy
before_script: ./deploy generate-podspec
script: pod trunk push
after_success: .github/deploy publish-release
after_success: ./deploy publish-release