Skip to content

Commit

Permalink
try add matrix to environment
Browse files Browse the repository at this point in the history
  • Loading branch information
deantchi committed Oct 2, 2023
1 parent e87165f commit a7f8dde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
env:
DEPLOY_ENV: dev
environment:
name: Development
name: Development-${{ matrix.k8s-env }}
steps:
- name: Checkout actions repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
env:
DEPLOY_ENV: stg
environment:
name: Staging
name: Staging-${{ matrix.k8s-env }}
steps:
- name: Checkout actions repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
env:
DEPLOY_ENV: prd
environment:
name: Production
name: Production-${{ matrix.k8s-env }}
steps:
- name: Checkout actions repo
uses: actions/checkout@v4
Expand Down

0 comments on commit a7f8dde

Please sign in to comment.