Skip to content
Snippets Groups Projects

Allow Mixed Deployment

Merged Clayton, Brandon Scott requested to merge ghsc/users/bclayton/nshmp/nshmp-haz:nshms into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -104,7 +104,12 @@ nshms:
@@ -104,7 +104,12 @@ nshms:
baseHref: '/ws/nshmp/conus-2023/dynamic'
baseHref: '/ws/nshmp/conus-2023/dynamic'
environments:
environments:
development:
development:
type: 'LAMBDA'
# type: 'LAMBDA'
 
type: 'EC2'
 
cpu: 8
 
memory: 32
 
min: 1
 
max: 3
staging:
staging:
type: 'LAMBDA'
type: 'LAMBDA'
production:
production:
Loading