How can i use .evn file inside codemagic.yaml? #1415
Replies: 2 comments 1 reply
-
Hi @safin-ghoghabori, please check the doc here, and let us know if you hit any roadblocks. |
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Codemagic, i want to use ".env.dev" and ".env.dev.automation' file inside codemagic.yaml file so that i can use a variable from these environment files.
Basically, i have two environment files and two different scripts namely "Build Android dev release" & "Build Android dev automation release". For both of these scripts i have different environment files i.e. .env.dev and .env.dev.automation respectively. Now my query is how can access key/variables from these files inside a script which is used to "Submit app to the Browserstack"?
codemagic.yaml
I want to use .env.dev and .env.dev.automation file key/variable inside this script: "submitting app to Browserstack" in place of file path name i.e. app-arm64-v8a-devrelease.apk to <NEW_NAME>-arm64-v8a-devrelease.apk.
Any idea how can i do this? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions