You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
Link to a different price estimation service based on deployment
By default: Use the production ones
PR + Develop: Use their staging
For example. It could be implemented in travis by having a logic depending on the branch:
if (
branch <> master OR
is not a tag
) {
BACEND_URL = 1234
}
Not sure what is the cleanest way to do it, but travis allows to set rules by branch. Also that the in the shell script, it exposes information as environemt variable to build this conditional behaviour.
The text was updated successfully, but these errors were encountered:
Link to a different price estimation service based on deployment
production
onesFor example. It could be implemented in travis by having a logic depending on the branch:
Not sure what is the cleanest way to do it, but travis allows to set rules by branch. Also that the in the shell script, it exposes information as environemt variable to build this conditional behaviour.
The text was updated successfully, but these errors were encountered: