We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0acc75 commit a3d77f1Copy full SHA for a3d77f1
.github/workflows/deploy.yml
@@ -112,6 +112,6 @@ jobs:
112
exit 1
113
else
114
echo "Deployment is in progress..."
115
- sleep 30
+ sleep 10
116
fi
117
done
tf/service/deploy/main.tf
@@ -92,7 +92,7 @@ resource "aws_codedeploy_deployment_group" "this" {
92
93
terminate_blue_instances_on_deployment_success {
94
action = "TERMINATE"
95
- termination_wait_time_in_minutes = 5
+ termination_wait_time_in_minutes = 1
96
}
97
98
0 commit comments