Skip to content

Commit

Permalink
feat: add action file to deploy to edc prod account
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh890 committed Jul 16, 2024
1 parent ad14d67 commit 9e0848b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/deploy-edc-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Deploy edc test SearchUI

on:
push:
branches:
- test-edc/*

jobs:
deploy:
runs-on: ubuntu-latest
environment: prod-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 }}

0 comments on commit 9e0848b

Please sign in to comment.