Skip to content

Commit

Permalink
Set environment matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Feb 6, 2024
1 parent 6d0cb30 commit edfee89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ permissions:
jobs:
deploy:
runs-on: ubuntu-latest
environment: stacadmin-eoapirisk-demo
strategy:
matrix:
environment:
- stacadmin-eoapirisk-demo
environment: ${{ matrix.environment }}

steps:
- name: Setup Node.js
Expand Down

0 comments on commit edfee89

Please sign in to comment.