Skip to content

Commit ba82913

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

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/prod.yaml

Lines changed: 5 additions & 1 deletion
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
@@ -67,7 +70,7 @@ jobs:
6770
core.error('Unable to find sha tag of image')
6871
} else {
6972
const tag = fullUrl.split(':')[1]
70-
core.setOutput('image', fullUrl)
73+
core.setOutput('image', `${{env.image}}`)
7174
core.setOutput('tag', tag)
7275
}
7376
@@ -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)