Skip to content

Commit

Permalink
Fix typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubangizi committed May 9, 2024
1 parent dfbd416 commit 30ed451
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: stating
name: staging

on:
push:
branches:
- develop
- master
- deploy/app

workflow_dispatch:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
}
Microservice:
name: Deploy (Microservice)
name: Deploy (Staging)

needs:
- Build
Expand All @@ -92,7 +92,7 @@ jobs:
run: |
helm upgrade --install --create-namespace \
monitoring-api ./helm/chart \
--values helm/values.micro.yaml \
--values helm/values.staging.yaml \
--namespace $namespace \
--set image.tag="${{ needs.build.outputs.tag }}" \
--set environment.DATABASE_URI="${{ secrets.STAGING_DATABASE_URI }}" \
Expand Down

0 comments on commit 30ed451

Please sign in to comment.