Skip to content

Commit 8f8ace0

Browse files
committed
run test deployment
1 parent 222103c commit 8f8ace0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/prod.yaml

Lines changed: 3 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

helm/values.prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
replicaCount: 1
22

33
image:
4-
repository: gcr.io/crane-cloud-274413/activity-logger
4+
repository: cranecloud/activity-logger
55
pullPolicy: Always
66
tag: ${{ DOCKER_IMAGE_TAG }}
77

0 commit comments

Comments
 (0)