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 ee192ed commit 5c16719
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 @@ -56,10 +56,12 @@ jobs:
echo $INSTANCE_IDS
- name: Create array with lst of instances
- name: Create array with list of instances
run: |
echo "START: Create array with list of instances"
INSTANCES=( $INSTANCE_IDS )
echo $INSTANCES
echo "END: Create array with list of instances"
- name: Iterate over the array
run: |
Expand Down

0 comments on commit 5c16719

Please sign in to comment.