Skip to content

Commit ece1a2b

Browse files
committed
run test deployment
1 parent 222103c commit ece1a2b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/prod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name: Prod
33

44
on:
5+
push:
6+
branches:
7+
- ch-update-prod-deployment
58
release:
69
types:
710
- released
@@ -114,6 +117,7 @@ jobs:
114117
activity-logger cranecloud/cranecloud \
115118
--values helm/values.prod.yaml \
116119
--namespace $namespace \
120+
--set image.repository="${{ needs.build.outputs.image }}" \
117121
--set image.tag="${{ needs.build.outputs.tag }}" \
118122
--set environment.JWT_SALT="${{ secrets.PRODUCTION_JWT_SALT }}" \
119123
--timeout=300s

0 commit comments

Comments
 (0)