Skip to content

Commit

Permalink
Update from Forestry.io
Browse files Browse the repository at this point in the history
Anna Banyik updated _articles/en/deploy/android-deploy/deploying-android-apps.md
  • Loading branch information
BanyikAnna authored and Forestry.io committed Dec 18, 2019
1 parent 38b3869 commit 4f2858a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _articles/en/deploy/android-deploy/deploying-android-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Now let's head back to Bitrise and finish off the deploy configuration!

`BITRISEIO_SERVICE_ACCOUNT_JSON_KEY_URL`
6. Go back to your Workflow Editor and add the **Google Play Deploy** Step to the end of your Workflow.
7. In the **Service Account JSON key file path** input, paste the Environment Variable which was generated when you uploaded the service account JSON key in the **GENERIC FILE STORAGE**. Note that besides the Environment Variable, this field can also accept a remote and a file path URL:
* For remote JSON key file you can provide any download location, for example, `https://URL/TO/key.json`.
7. In the **Service Account JSON key file path** input, paste the Environment Variable which was generated when you uploaded the service account JSON key in the **GENERIC FILE STORAGE**. Note that this secret Environment Variable can also accept a remote and a local file path URL:
* For remote JSON key file you can provide any download location, for example, `https://URL/TO/key.json`.
* For local JSON key file you can provide a file path url, for example, `file://PATH/TO/key.json`.
8. **Package name**: the package name of your Android app.
9. **Track**: the track where you want to deploy your APK (for example, alpha/beta/rollout/production or any custom track you set).
Expand Down

0 comments on commit 4f2858a

Please sign in to comment.