Skip to content

Commit 186868e

Browse files
committed
Update GitHub Action
1 parent 00f583a commit 186868e

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/workflows/pull_request.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,31 @@ jobs:
5959
with:
6060
environment: dev
6161
secrets: inherit
62+
63+
deploy-api-stg:
64+
needs: continuous-integration
65+
uses: ./.github/workflows/_deploy_api.yaml
66+
with:
67+
environment: stg
68+
secrets: inherit
69+
70+
deploy-transcriber-stg:
71+
needs: continuous-integration
72+
uses: ./.github/workflows/_deploy_transcriber.yaml
73+
with:
74+
environment: pro
75+
secrets: inherit
76+
77+
deploy-api-pro:
78+
needs: continuous-integration
79+
uses: ./.github/workflows/_deploy_api.yaml
80+
with:
81+
environment: pro
82+
secrets: inherit
83+
84+
deploy-transcriber-pro:
85+
needs: continuous-integration
86+
uses: ./.github/workflows/_deploy_transcriber.yaml
87+
with:
88+
environment: pro
89+
secrets: inherit

0 commit comments

Comments
 (0)