Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/workflows/deploy-api-lambda-staging.yml

This file was deleted.

16 changes: 14 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,19 @@ jobs:
uses: ./.github/workflows/build-link-index-updater-lambda.yml
with:
ref: ${{ needs.release-drafter.outputs.tag_name }}

deploy-api-lambda-staging:
needs:
- release-drafter
uses: ./.github/workflows/deploy-api-lambda.yml
permissions:
id-token: write
contents: read
with:
environment: staging
ref: refs/tags/${{ needs.release-drafter.outputs.tag_name }}

release-lambda:
deploy-link-index-updater-lambda-prod:
environment:
name: link-index-updater-prod
runs-on: ubuntu-latest
Expand Down Expand Up @@ -163,8 +174,9 @@ jobs:
publish-release:
needs:
- release
- release-lambda
- release-drafter
- deploy-api-lambda-staging
- deploy-link-index-updater-lambda-prod
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
Loading