diff --git a/.github/workflows/deploy-ingest-inspector.yml b/.github/workflows/deploy-ingest-inspector.yml new file mode 100644 index 000000000..050493c8c --- /dev/null +++ b/.github/workflows/deploy-ingest-inspector.yml @@ -0,0 +1,23 @@ +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