Skip to content

Instantly share code, notes, and snippets.

View LamourBt's full-sized avatar

Lamour LamourBt

  • NY
View GitHub Profile
@LamourBt
LamourBt / Fastfile
Created September 18, 2018 17:40 — forked from polbins/Fastfile
Fastlane script for Uploading to Slack and Play Store Alpha
default_platform :android
platform :android do
before_all do
ENV["SLACK_URL"] = "https://hooks.slack.com/services/ABC/123/XYZ"
end
######################### PUBLIC LANES #########################
desc "Deploy a new Prod APK version to Play Store Alpha"