Environment | Tenant |
---|---|
Development | travel0-dev |
Testing | travel0-uat |
Staging | travel0-stage |
Production | travel0-prod |
main
or master
). With this setup, you can have a continuous integration task for each environment that automatically deploys changes to the targeted environment whenever the primary branch receives updates.
Your workflow could potentially look something like this:
AUTH0_KEYWORD_REPLACE_MAPPINGS
configuration property can be used to express the dynamic replacement values depending on the environment. For example, you may find it necessary to have a separate set of allowed origins for your clients. To learn more, read Keyword Replacement.