Skip to content

Commit

Permalink
/deploy uat
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Nov 26, 2024
1 parent e31b4c9 commit 9ccd0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
TF_VAR_aws_security_group_ids: ${{ secrets[format('SECURITY_GROUP_IDS_{0}', env.TARGET_ENV_UPPERCASE)] }}

run: |
curl -L -o metadata-aggregator.zip https://github.com/podaac/cumulus-metadata-aggregator/releases/download/v8.7.0%2B2a063ee/cumulus-metadata-aggregator-8.7.0+2a063ee.zip
curl -L -o metadata-aggregator.zip https://github.com/podaac/cumulus-metadata-aggregator/releases/download/v8.7.0-alpha.6-SNAPSHOT/cumulus-metadata-aggregator-8.7.0-alpha.6-SNAPSHOT.zip
python3 override.py "${{ env.TARGET_ENV_LOWERCASE }}"
source bin/config.sh ${{ env.TARGET_ENV_LOWERCASE }}
terraform plan -var-file=tfvars/"${{ env.TARGET_ENV_LOWERCASE }}".tfvars -var="app_version=${{ env.the_version }}" -out="tfplan"
Expand Down
4 changes: 2 additions & 2 deletions terraform-deploy/terraform_env/uat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tig_image":"ghcr.io/podaac/tig:0.12.0-rc.3",
"forge_source":"https://github.com/podaac/forge/releases/download/0.11.0-rc.3/forge-0.11.0-rc.3.zip",
"forge_image":"ghcr.io/podaac/forge:0.11.0-rc.3",
"forge_py_source" : "https://github.com/podaac/forge-py/releases/download/0.3.0%2B2c611f1/forge-py-terraform-0.3.0+2c611f1.zip",
"forge_py_image": "ghcr.io/podaac/forge-py:0.3.0-2c611f1",
"forge_py_source" : "https://github.com/podaac/forge-py/releases/download/0.3.0-rc.2/forge-py-terraform-0.3.0-rc.2.zip",
"forge_py_image": "ghcr.io/podaac/forge-py:0.3.0-rc.2",
"backfill_lambdas_source": "https://github.com/podaac/hitide-backfill-lambdas/releases/download/0.4.0-rc.1/hitide-backfill-lambdas-0.4.0-rc.1.zip"
}

0 comments on commit 9ccd0f5

Please sign in to comment.