Skip to content

Commit 6481d42

Browse files
authored
Update emailer-cd-gcp.yml
1 parent b47166b commit 6481d42

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/emailer-cd-gcp.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ on:
1717
- test
1818
- sandbox
1919
- prod
20-
20+
redeploy:
21+
description: "Redeploy Application"
22+
required: true
23+
type: choice
24+
options:
25+
- "false"
26+
- "true"
2127
jobs:
2228
namex-emailer-cd:
2329
permissions:
@@ -29,6 +35,7 @@ jobs:
2935
target: ${{ github.event.inputs.target }} # Corrected the input reference
3036
app_name: "namex-emailer"
3137
working_directory: "./services/emailer"
38+
redeploy: ${{ inputs.redeploy }}
3239
secrets:
3340
WORKLOAD_IDENTIFY_POOLS_PROVIDER: ${{ secrets.WORKLOAD_IDENTIFY_POOLS_PROVIDER }}
3441
GCP_SERVICE_ACCOUNT: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)