Skip to content

Commit

Permalink
Update deploy-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh authored Jun 26, 2024
1 parent 191ddc4 commit 7fc8c68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
server: [ "SRV_1", "SRV_2" ]
server:
- SRV_1
- SRV_2
steps:
- name: Set environment variables for SRV_1
if: matrix.server == 'SRV_1'
Expand Down

0 comments on commit 7fc8c68

Please sign in to comment.