Skip to content

Instantly share code, notes, and snippets.

@natanrolnik
Last active March 15, 2016 11:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natanrolnik/f0f344e19a124826aed8 to your computer and use it in GitHub Desktop.
Save natanrolnik/f0f344e19a124826aed8 to your computer and use it in GitHub Desktop.
machine:
xcode:
version: "7.0"
dependencies:
pre:
- brew install mogenerator --HEAD #if you are using mogenerator, you need this step. Otherwise, ignore it
deployment:
staging:
branch: [develop]
commands:
- bundle exec fastlane fabric_silent
testflight:
tag: /beta-.*/
commands:
- bundle exec fastlane beta
release:
tag: /release-.*/
commands:
- bundle exec fastlane appstore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment