Skip to content

Commit f03bfeb

Browse files
authored
Merge pull request #11 from NujSuper/dev_test_prod
add in other environments
2 parents 82d7dd6 + 6092c1a commit f03bfeb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ permissions:
1111
contents: write
1212

1313
jobs:
14-
docker-build:
14+
strategy:
15+
matrix:
16+
env: [dev, prod, test]
1517
name: Build Docker
1618
runs-on: ubuntu-latest
17-
environment: dev
19+
environment: ${{ matrix.env }}
1820
steps:
1921
- name: Checkout code
2022
uses: actions/checkout@v6

0 commit comments

Comments
 (0)