Skip to content

Commit 4436021

Browse files
committed
test deployment
1 parent abf63ab commit 4436021

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/prod.yml

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-deployments
58
release:
69
types:
710
- released
@@ -115,6 +118,7 @@ jobs:
115118
monitoring-api cranecloud/cranecloud \
116119
--values helm/values.prod.yaml \
117120
--namespace $namespace \
121+
--set image.repository="${{ needs.build.outputs.image }}" \
118122
--set image.tag="${{ needs.build.outputs.tag }}" \
119123
--set environment.DATABASE_URI="${{ secrets.PRODUCTION_DATABASE_URI }}" \
120124
--set environment.DATABASE_USER="${{ secrets.PRODUCTION_DATABASE_USER }}" \

0 commit comments

Comments
 (0)