File tree Expand file tree Collapse file tree 4 files changed +52
-16
lines changed Expand file tree Collapse file tree 4 files changed +52
-16
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- feature*
8
8
- hotfix*
9
+ - release*
9
10
paths :
10
11
- " queue_services/account-mailer/**"
11
12
- " auth-api/src/auth_api/models/**"
19
20
required : true
20
21
type : choice
21
22
options :
22
- - dev
23
- - test
24
- - sandbox
25
- - prod
23
+ - " dev"
24
+ - " test"
25
+ - " sandbox"
26
+ - " prod"
27
+ redeploy :
28
+ description : " Redeploy Application"
29
+ required : true
30
+ type : choice
31
+ options :
32
+ - " false"
33
+ - " true"
26
34
jobs :
27
35
account-mailer-cd :
28
36
uses : bcgov/bcregistry-sre/.github/workflows/backend-cd.yaml@main
29
37
with :
30
38
target : ${{ inputs.target }}
31
39
app_name : " account-mailer"
32
40
working_directory : " ./queue_services/account-mailer"
41
+ redeploy : ${{ inputs.redeploy }}
33
42
secrets :
34
43
WORKLOAD_IDENTIFY_POOLS_PROVIDER : ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
35
44
GCP_SERVICE_ACCOUNT : ${{ secrets.GCP_SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change 6
6
- main
7
7
- feature*
8
8
- hotfix*
9
+ - release*
9
10
paths :
10
11
- " auth-api/**"
11
12
workflow_dispatch :
15
16
required : true
16
17
type : choice
17
18
options :
18
- - dev
19
- - test
20
- - sandbox
21
- - prod
19
+ - " dev"
20
+ - " test"
21
+ - " sandbox"
22
+ - " prod"
23
+ redeploy :
24
+ description : " Redeploy Application"
25
+ required : true
26
+ type : choice
27
+ options :
28
+ - " false"
29
+ - " true"
22
30
23
31
jobs :
24
32
auth-api-cd :
27
35
target : ${{ inputs.target }}
28
36
app_name : " auth-api"
29
37
working_directory : " ./auth-api"
38
+ redeploy : ${{ inputs.redeploy }}
30
39
secrets :
31
40
WORKLOAD_IDENTIFY_POOLS_PROVIDER : ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
32
41
GCP_SERVICE_ACCOUNT : ${{ secrets.GCP_SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change 6
6
- main
7
7
- feature*
8
8
- hotfix*
9
+ - release*
9
10
paths :
10
11
- " queue_services/auth-queue/**"
11
12
- " auth-api/src/auth_api/models/**"
19
20
required : true
20
21
type : choice
21
22
options :
22
- - dev
23
- - test
24
- - sandbox
25
- - prod
23
+ - " dev"
24
+ - " test"
25
+ - " sandbox"
26
+ - " prod"
27
+ redeploy :
28
+ description : " Redeploy Application"
29
+ required : true
30
+ type : choice
31
+ options :
32
+ - " false"
33
+ - " true"
26
34
27
35
jobs :
28
36
auth-queue-cd :
31
39
target : ${{ inputs.target }}
32
40
app_name : " auth-queue"
33
41
working_directory : " ./queue_services/auth-queue"
42
+ redeploy : ${{ inputs.redeploy }}
34
43
secrets :
35
44
WORKLOAD_IDENTIFY_POOLS_PROVIDER : ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
36
45
GCP_SERVICE_ACCOUNT : ${{ secrets.GCP_SERVICE_ACCOUNT }}
Original file line number Diff line number Diff line change 6
6
- main
7
7
- feature*
8
8
- hotfix*
9
+ - release*
9
10
paths :
10
11
- " auth-web/**"
11
12
workflow_dispatch :
15
16
required : true
16
17
type : choice
17
18
options :
18
- - dev
19
- - test
20
- - sandbox
21
- - prod
19
+ - " dev"
20
+ - " test"
21
+ - " sandbox"
22
+ - " prod"
23
+ redeploy :
24
+ description : " Redeploy Application"
25
+ required : true
26
+ type : choice
27
+ options :
28
+ - " false"
29
+ - " true"
22
30
23
31
jobs :
24
32
account-ui-cd :
27
35
target : ${{ inputs.target }}
28
36
app_name : " account-ui"
29
37
working_directory : " ./auth-web"
38
+ redeploy : ${{ inputs.redeploy }}
30
39
secrets :
31
40
WORKLOAD_IDENTIFY_POOLS_PROVIDER : ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
32
41
GCP_SERVICE_ACCOUNT : ${{ secrets.GCP_SERVICE_ACCOUNT }}
You can’t perform that action at this time.
0 commit comments