Skip to content

Commit b3169cd

Browse files
committed
Use without matrix
1 parent ed32331 commit b3169cd

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Diff for: .github/workflows/deploy-release.yaml

+10-5
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,18 @@ on:
66
- main
77

88
jobs:
9-
deploy:
9+
deploy-acc:
1010
name: Deploy
11-
strategy:
12-
matrix:
13-
environment: [Acceptance, Production]
1411
permissions:
1512
contents: write
1613
uses: ./.github/workflows/deploy.yaml
1714
with:
18-
environment: ${{ matrix.environment }}
15+
environment: Acceptance
16+
17+
deploy-acc:
18+
name: Deploy
19+
permissions:
20+
contents: write
21+
uses: ./.github/workflows/deploy.yaml
22+
with:
23+
environment: Production

Diff for: .github/workflows/deploy.yaml renamed to .github/workflows/reusable-deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy (reusable)
1+
name: Reusable Deploy
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)