We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f583a commit 186868eCopy full SHA for 186868e
1 file changed
.github/workflows/pull_request.yaml
@@ -59,3 +59,31 @@ jobs:
59
with:
60
environment: dev
61
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
72
+ uses: ./.github/workflows/_deploy_transcriber.yaml
73
74
+ environment: pro
75
76
77
+ deploy-api-pro:
78
79
80
81
82
83
84
+ deploy-transcriber-pro:
85
86
87
88
89
0 commit comments