Skip to content

Create a GitHub action to deploy the ingest inspector (#1130) #4

Create a GitHub action to deploy the ingest inspector (#1130)

Create a GitHub action to deploy the ingest inspector (#1130) #4

name: Deploy Ingest Inspector
on:
push
# push:
# branches:
# - main
permissions:
id-token: write
jobs:
deploy_ingest_inspector_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: eu-west-1
role-to-assume: ${{ secrets.DEPLOY_INGEST_INSPECTOR_GHA_ROLE_ARN }}
- name: Deploy Ingest Inspector frontend
run: |
cd monitoring/ingest_inspector/frontend
sh deploy.sh