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
Some users might want to have different build options in different environments. For example maybe you want one baseurl in a dev env, then another baseurl in stg, and finally no baseurl in prod. In this case you should be able to define 3 config files (each with a different baseurl):
plenti.dev.json
plenti.stg.json
plenti.prod.json
Then during CI point to the correct file specifically:
plenti build --config=plenti.dev.json
plenti build --config=plenti.stg.json
plenti build --config=plenti.prod.json
The text was updated successfully, but these errors were encountered:
Some users might want to have different build options in different environments. For example maybe you want one baseurl in a dev env, then another baseurl in stg, and finally no baseurl in prod. In this case you should be able to define 3 config files (each with a different baseurl):
plenti.dev.json
plenti.stg.json
plenti.prod.json
Then during CI point to the correct file specifically:
plenti build --config=plenti.dev.json
plenti build --config=plenti.stg.json
plenti build --config=plenti.prod.json
The text was updated successfully, but these errors were encountered: