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 79f611d commit 58e476aCopy full SHA for 58e476a
Jenkinsfile_Docker
@@ -43,5 +43,16 @@ pipeline {
43
}
44
45
46
+
47
+ // Updating existing service in ECS
48
+ stage('Deploy') {
49
+ steps{
50
+ script {
51
+ sh "aws ecs update-service --cluster BackendCluster --service staging-api --force-new-deployment --region ap-south-1"
52
+ }
53
54
55
56
57
58
0 commit comments