Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FIREBASE_ENABLED=false
SHOW_TESTNET_BANNER=false
# TODO: allow using a different bundle ID per platform, for instance add IOS_APP_BUNDLE_ID=org.shefi.mobile
# This one was changed just for the initial one-off build for the SheFi Apple team account
APP_BUNDLE_ID=org.shefi.mobile
APP_BUNDLE_ID=org.shefi.app
APP_STORE_ID=6736696679
APP_DISPLAY_NAME=SheFi
IOS_GOOGLE_SERVICE_PLIST=GoogleService-Info.mainnet.plist
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name: Release - Production

on:
workflow_dispatch:
push:
branches:
- kathy/test-ci

jobs:
# ios:
Expand All @@ -18,7 +21,7 @@ jobs:
android:
uses: ./.github/workflows/release-fastlane-android.yml
with:
branch: ${{ github.ref_name }}
branch: kathy/test-ci
lanes: '["mainnet"]'
secrets:
gcp-service-account-key: ${{ secrets.GCP_MAINNET_RELEASE_AUTOMATION_SERVICE_ACCOUNT_KEY }}
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platform :android do

desc 'Build the Android application - requires environment param'
lane :build do |options|
clean
# clean
environment = options[:environment].capitalize
if options[:buildApk]
ENV["GRADLE_OPTS"] = '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx10000m -XX:+HeapDumpOnOutOfMemoryError"'
Expand Down
Loading