Skip to content

Merge branch 'test' of https://github.com/asfadmin/Discovery-SearchUI… #155

Merge branch 'test' of https://github.com/asfadmin/Discovery-SearchUI…

Merge branch 'test' of https://github.com/asfadmin/Discovery-SearchUI… #155

name: Deploy edc test SearchUI
on:
push:
branches:
- test
jobs:
deploy:
runs-on: ubuntu-latest
environment: test-edc
permissions:
id-token: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build
uses: ./.github/workflows/search-ui-edc-deploy-composite
with:
maturity: ${{ vars.MATURITY }}
s3-bucket: ${{ vars.S3_BUCKET }}
aws-account-id: ${{ secrets.AWS_ACCOUNT_ID }}