Skip to content

Commit

Permalink
merged main
Browse files Browse the repository at this point in the history
  • Loading branch information
Pari Work Temp committed Aug 15, 2024
2 parents d58fe09 + 4afeee9 commit a11d780
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ jobs:
# working-directory: ./my_project/mobile

# run: |
# eas build --platform ios --profile ${{ env.PR_NUMBER }} && eas update --branch="${{ env.EXPO_NAME }}" --non-interactive --auto
# eas build --platform ios --profile ${{ env.PR_NUMBER }} && eas update --branch="${{ env.EXPO_NAME }}" --non-interactive --auto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const ENV = () => {
}

const Config = { ...ENV() }
<<<<<<< HEAD
export default Config

export const vars = {
Expand All @@ -82,4 +83,7 @@ export const vars = {
backendServerUrl,
rollbarAccessToken,
sentryDSN,
}
}
=======
export default Config
>>>>>>> main
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"autoIncrement": true,
"env": {
"BACKEND_SERVER_URL": "<REPLACE_WITH_PRODUCTION_BACKEND_SERVER_URL>",
<<<<<<< HEAD
=======
"BUILD_ENV": "production",
>>>>>>> main
"ROLLBAR_ACCESS_TOKEN": "<REPLACE_WITH_PRODUCTION_ROLLBAR_TOKEN>",
"SENTRY_DSN": "<REPLACE_WITH_PRODUCTION_SENTRY_DSN>"
}
Expand Down

0 comments on commit a11d780

Please sign in to comment.