Skip to content

Commit

Permalink
fix(appflow): Minor addition to Environment setup (ionic-team#627)
Browse files Browse the repository at this point in the history
* Adds some additional text clarifying when to create the Environment & related environment variable prior to the example
  • Loading branch information
bryplano authored Apr 17, 2019
1 parent f36d509 commit a0aff56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/appflow/quickstart/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ You'll then see a form that allows you to create two types of environment variab
* <b>Secrets</b> - These values are encypted and only available at build time. Once you save a secret, *you will be unable to edit or see it again*.
* <b>Variables</b> - These values are available at build time. Variables are visible and editable.

Let's create a new Environment called "Development". For this environment, create a variable named `BUILD_ENV` with the value `development`. This variable will allow us to customize the way our builds are configured.

![New Environment Form](/docs/assets/img/appflow/gif-new-environment.gif)

## Add the Environment to an Automation
Expand Down

0 comments on commit a0aff56

Please sign in to comment.