Skip to content

feat: add new deployment file to push to disp edc prod bucket #1

feat: add new deployment file to push to disp edc prod bucket

feat: add new deployment file to push to disp edc prod bucket #1

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