We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbd416 commit 30ed451Copy full SHA for 30ed451
1 file changed
.github/workflows/staging.yml
@@ -1,10 +1,10 @@
1
---
2
-name: stating
+name: staging
3
4
on:
5
push:
6
branches:
7
- - develop
+ - master
8
- deploy/app
9
10
workflow_dispatch:
@@ -70,7 +70,7 @@ jobs:
70
}
71
72
Microservice:
73
- name: Deploy (Microservice)
+ name: Deploy (Staging)
74
75
needs:
76
- Build
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
helm upgrade --install --create-namespace \
94
monitoring-api ./helm/chart \
95
- --values helm/values.micro.yaml \
+ --values helm/values.staging.yaml \
96
--namespace $namespace \
97
--set image.tag="${{ needs.build.outputs.tag }}" \
98
--set environment.DATABASE_URI="${{ secrets.STAGING_DATABASE_URI }}" \
0 commit comments