Skip to content

Instantly share code, notes, and snippets.

@monday8am
Created February 17, 2018 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monday8am/9f18cc2abf7b0eceba7c12dda9c8cf7c to your computer and use it in GitHub Desktop.
Save monday8am/9f18cc2abf7b0eceba7c12dda9c8cf7c to your computer and use it in GitHub Desktop.
desc "Deploy a new version to the Fabric."
lane :fabric do
# upload to Beta by Crashlytics
crashlytics(
api_token: ENV['FABRIC_API_TOKEN'],
build_secret: ENV['FABRIC_BUILD_SECRET']
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment