Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kituuu authored Oct 13, 2024
1 parent 8e6323a commit 37b9527
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ jobs:
if: "contains(github.event.release.tag_name, 'internal')"
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN}

- run: echo "${PROD_BASE_URL}"

- name: 'Build prod appbundle'
if: "!contains(github.event.release.tag_name, 'internal')"
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/
run: flutter build appbundle --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=BASE_URL=${PROD_BASE_URL} --dart-define=OAUTH_REDIRECT_URI=${PROD_BASE_URL}/api/user/oauth/redirect/


# Run fastlane internal
- uses: maierj/[email protected]
with:
lane: ${{ env.RELEASE_TYPE }}
subdirectory: android
subdirectory: android

0 comments on commit 37b9527

Please sign in to comment.