Skip to content

Commit

Permalink
Update buildami.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankithreddypati committed Dec 5, 2023
1 parent 6e17295 commit 3d2f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
fi
echo "Auto Scaling Group Name: $AUTO_SCALING_GROUP_NAME"
echo "AUTO_SCALING_GROUP_NAME=$AUTO_SCALING_GROUP_NAME" >> $GITHUB_ENV
aws autoscaling update-auto-scaling-group --auto-scaling-group-name $AUTO_SCALING_GROUP_NAME --launch-template LaunchTemplateName=$LAUNCH_TEMPLATE_NAME,Version=$Latest
aws autoscaling update-auto-scaling-group --auto-scaling-group-name $AUTO_SCALING_GROUP_NAME --launch-template LaunchTemplateName=$LAUNCH_TEMPLATE_NAME,Version='$Latest'
- name: Instance refresh and wait
env:
Expand Down

0 comments on commit 3d2f822

Please sign in to comment.