Skip to content

Commit

Permalink
new idea part #7
Browse files Browse the repository at this point in the history
  • Loading branch information
parhamrahmani committed May 27, 2024
1 parent 2bfd321 commit c6dbf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Loop through the IP addresses and run the update script
for ip in "${ips[@]}"; do
echo "Updating instance with IP: $ip"
./update_instance.sh "$ip"
./update_instance.sh $ip
done
Expand Down

0 comments on commit c6dbf9f

Please sign in to comment.