Skip to content

Commit

Permalink
added cpu in dp3 anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
JacintaCallahan committed Jan 31, 2025
1 parent 4d864af commit e89d5eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ stages:
fi
.setup_aws_vars_dp3: &setup_aws_vars_dp3
- export SERVICE_RESERVATION_CPU=2048
- export SERVICE_RESERVATION_MEM=4096
- |
if [[ "$DP3_ENV" == "exp" || "$DP3_ENV" == "loadtest" || "$DP3_ENV" == "demo" ]]; then
export ENV=$(echo ${DP3_ENV} | tr '[:lower:]' '[:upper:]');
Expand Down Expand Up @@ -514,10 +516,9 @@ deploy_storybook_dp3:
before_script:
- *setup_milmove_env
- *setup_aws_vars_com_dev
- ls -l $CI_PROJECT_DIR/storybook-static || echo "storybook-static directory not found!"
script:
- echo "Deploying Storybook to S3..."
- ./scripts/push-storybook-assets "storybook.dp3.move.mil"
- ./scripts/push-storybook-assets "storybook.dp3.us"
after_script:
- *announce_failure
allow_failure: true
Expand Down

0 comments on commit e89d5eb

Please sign in to comment.