Skip to content

Commit

Permalink
⏫ Updated Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranit Harekar committed May 31, 2020
1 parent 5f5ff1c commit d8a5130
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/ReactNative/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ default_platform(:ios)
platform :ios do
before_all do
codepush_login # Make sure you've set APP_CENTER_LOGIN_TOKEN environment variable
# OR codepush_login(login_token: "foo")
# OR
codepush_login(login_token: "foo")
end

lane :deploy_to_codepush do
Expand All @@ -25,7 +26,7 @@ platform :ios do
)
end

lane :all_deployment_lanes do
lane :misc_deployment_lanes do
## Add new deployment
codepush_add_deployment(
app_name: "pharekar/MyAwesomeApp",
Expand Down

0 comments on commit d8a5130

Please sign in to comment.