We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf63ab commit 4436021Copy full SHA for 4436021
.github/workflows/prod.yml
@@ -2,6 +2,9 @@
2
name: Prod
3
4
on:
5
+ push:
6
+ branches:
7
+ - ch-update-deployments
8
release:
9
types:
10
- released
@@ -115,6 +118,7 @@ jobs:
115
118
monitoring-api cranecloud/cranecloud \
116
119
--values helm/values.prod.yaml \
117
120
--namespace $namespace \
121
+ --set image.repository="${{ needs.build.outputs.image }}" \
122
--set image.tag="${{ needs.build.outputs.tag }}" \
123
--set environment.DATABASE_URI="${{ secrets.PRODUCTION_DATABASE_URI }}" \
124
--set environment.DATABASE_USER="${{ secrets.PRODUCTION_DATABASE_USER }}" \
0 commit comments