Skip to content

Commit d0bf183

Browse files
committed
Deploy from environment
1 parent 583a48a commit d0bf183

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ permissions:
1212
jobs:
1313
deploy:
1414
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
environment:
18+
- stacadmin-eoapirisk-demo
19+
environment: ${{ matrix.environment }}
1520

1621
steps:
1722
- name: Setup Node.js

0 commit comments

Comments
 (0)