Skip to content
Snippets Groups Projects
Commit acce7c7d authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

remove on-prem scripts

parent ce7e2c4d
No related branches found
No related tags found
1 merge request!64Update Deployment
export SERVICE_MAP=(
"/nshmp/ws/conus-2018/static":"conus-2018a"
);
version: "3.7"
# General deployment config
x-app: &app
deploy:
restart_policy:
condition: any
delay: 5s
max_attempts: 3
window: 120s
replicas: 1
update_config:
order: start-first
parallelism: 1
ports:
- 8080
services:
# Deploy nshmp-netcdf with CONUS 2018A static data
conus-2018a:
<<: *app
image: '${REGISTRY}/${CI_PROJECT_NAME}:${CI_COMMIT_REF_SLUG}'
environment:
NSHM: 'CONUS_2018A'
CONTEXT_PATH: '/nshmp/ws/conus-2018/static'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment