Skip to content

Commit

Permalink
fix ami id mismatch in deploy-daac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asjohnston-asf committed Aug 23, 2023
1 parent 43c2f94 commit a87bc35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_s1_ecs_amz2
ami_id: image_id_ecs_amz2
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'

- environment: hyp3-edc-uat
Expand All @@ -52,7 +52,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_ecs_amz2
ami_id: image_id_s1_ecs_amz2
distribution_url: 'https://d1riv60tezqha9.cloudfront.net'

environment:
Expand Down

0 comments on commit a87bc35

Please sign in to comment.