Skip to content

Commit

Permalink
Add uat environment for different configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lagoan committed Oct 22, 2020
1 parent a283d17 commit 3de32ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/branding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,8 @@ stage:
staging:
<<: *defaults

uat:
<<: *defaults

production:
<<: *defaults
9 changes: 9 additions & 0 deletions config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ staging:
# Cache manifest.json for performance
cache_manifest: true

uat:
<<: *default

# Production depends on pre-compilation of packs prior to booting for performance.
compile: false

# Cache manifest.json for performance
cache_manifest: true

production:
<<: *default

Expand Down

0 comments on commit 3de32ea

Please sign in to comment.