Skip to content

Commit 30ed451

Browse files
committed
Fix typo in workflow file
1 parent dfbd416 commit 30ed451

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/staging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: stating
2+
name: staging
33

44
on:
55
push:
66
branches:
7-
- develop
7+
- master
88
- deploy/app
99

1010
workflow_dispatch:
@@ -70,7 +70,7 @@ jobs:
7070
}
7171
7272
Microservice:
73-
name: Deploy (Microservice)
73+
name: Deploy (Staging)
7474

7575
needs:
7676
- Build
@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
helm upgrade --install --create-namespace \
9494
monitoring-api ./helm/chart \
95-
--values helm/values.micro.yaml \
95+
--values helm/values.staging.yaml \
9696
--namespace $namespace \
9797
--set image.tag="${{ needs.build.outputs.tag }}" \
9898
--set environment.DATABASE_URI="${{ secrets.STAGING_DATABASE_URI }}" \

0 commit comments

Comments
 (0)