Skip to content

Commit

Permalink
Workflow fix (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Jul 8, 2024
1 parent d386b1c commit 2e86b50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy-ingest-inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
role-to-assume: ${{ secrets.DEPLOY_INGEST_INSPECTOR_GHA_ROLE_ARN }}
- name: Deploy Ingest Inspector backend
run: |
cd builds
pip3 install -r requirements.txt
python3 ./publish_lambda_zip.py monitoring/ingest_inspector/backend_lambda \
pip3 install -r ./builds/requirements.txt
python3 ./builds/publish_lambda_zip.py monitoring/ingest_inspector/backend_lambda \
--bucket=wellcomecollection-storage-infra \
--key=lambdas/monitoring/ingest_inspector_backend.zip
./deploy_lambda_zip.sh monitoring/ingest_inspector_backend ingest_inspector_backend
./builds/deploy_lambda_zip.sh monitoring/ingest_inspector_backend ingest_inspector_backend
- name: Deploy Ingest Inspector frontend
run: |
cd monitoring/ingest_inspector/frontend
Expand Down

0 comments on commit 2e86b50

Please sign in to comment.