Skip to content

Commit 7130544

Browse files
authored
Merge pull request #13 from developmentseed/deploy
Deploy using GitHub environment
2 parents 583a48a + d0bf183 commit 7130544

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)