Skip to content

Commit

Permalink
image tag, deploy from opera-disp-sandbox branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 6, 2024
1 parent d9087d8 commit 08cf938
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy-opera-disp-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Deploy OPERA-DISP Sandbox Stack to AWS
on:
push:
branches:
- develop
# TODO revert
#- develop
- opera-disp-sandbox

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -22,7 +24,9 @@ jobs:
default_credits_per_user: 0
default_application_status: APPROVED
cost_profile: DEFAULT
deploy_ref: refs/heads/develop
# TODO revert
#deploy_ref: refs/heads/develop
deploy_ref: refs/heads/opera-disp-sandbox
job_files: >-
job_spec/OPERA_DISP_TMS.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
Expand Down
2 changes: 2 additions & 0 deletions job_spec/OPERA_DISP_TMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ OPERA_DISP_TMS:
steps:
- name: ''
image: ghcr.io/asfhyp3/opera-disp-tms
# TODO remove image tag
image_tag: 0.3.1.dev99_g5192e48
command:
- Ref::tile_type
- Ref::bounds
Expand Down

0 comments on commit 08cf938

Please sign in to comment.