File tree Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Expand file tree Collapse file tree 2 files changed +14
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 75
75
uses : ./.github/workflows/build-link-index-updater-lambda.yml
76
76
with :
77
77
ref : ${{ needs.release-drafter.outputs.tag_name }}
78
+
79
+ deploy-api-lambda-staging :
80
+ needs :
81
+ - release-drafter
82
+ uses : ./.github/workflows/deploy-api-lambda.yml
83
+ permissions :
84
+ id-token : write
85
+ contents : read
86
+ with :
87
+ environment : staging
88
+ ref : refs/tags/${{ needs.release-drafter.outputs.tag_name }}
78
89
79
- release- lambda :
90
+ deploy-link-index-updater- lambda-prod :
80
91
environment :
81
92
name : link-index-updater-prod
82
93
runs-on : ubuntu-latest
@@ -163,8 +174,9 @@ jobs:
163
174
publish-release :
164
175
needs :
165
176
- release
166
- - release-lambda
167
177
- release-drafter
178
+ - deploy-api-lambda-staging
179
+ - deploy-link-index-updater-lambda-prod
168
180
runs-on : ubuntu-latest
169
181
permissions :
170
182
contents : write
You can’t perform that action at this time.
0 commit comments