Skip to content

Commit

Permalink
Another apporach.
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo committed Nov 29, 2023
1 parent c467c67 commit 8faa612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
- name: Iterate over the array
run: |
for INSTANCE_ID in "${INSTANCES[@]}"; do
for INSTANCE_ID in "${INSTANCES[@]}"
do
echo "Processing instance: $INSTANCE_ID"
# Get instance IP
Expand Down

0 comments on commit 8faa612

Please sign in to comment.