Skip to content

Commit 5f50fdf

Browse files
authored
Update deploy.yml
1 parent 6bb76cb commit 5f50fdf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
needs: [test]
3535
if: github.event_name == 'push'
3636
name: Deploy to Beta
37+
environment: beta
3738
steps:
3839
- uses: actions/checkout@v4
3940
- name: Deploy
@@ -49,6 +50,7 @@ jobs:
4950
strategy:
5051
matrix:
5152
environment: ['public', 'eus1', 'eus2']
53+
environment: ${{ matrix.environment }}
5254
steps:
5355
- uses: actions/checkout@v4
5456
- name: Deploy

0 commit comments

Comments
 (0)