Skip to content

Commit 58e476a

Browse files
Update Jenkinsfile_Docker
1 parent 79f611d commit 58e476a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Jenkinsfile_Docker

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,16 @@ pipeline {
4343
}
4444
}
4545
}
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+
}
4655
}
4756
}
57+
58+

0 commit comments

Comments
 (0)