Skip to content

Commit a3d77f1

Browse files
committed
speed up feedback
1 parent a0acc75 commit a3d77f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ jobs:
112112
exit 1
113113
else
114114
echo "Deployment is in progress..."
115-
sleep 30
115+
sleep 10
116116
fi
117117
done

tf/service/deploy/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ resource "aws_codedeploy_deployment_group" "this" {
9292

9393
terminate_blue_instances_on_deployment_success {
9494
action = "TERMINATE"
95-
termination_wait_time_in_minutes = 5
95+
termination_wait_time_in_minutes = 1
9696
}
9797
}
9898

0 commit comments

Comments
 (0)