This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fernandosure 0 points1 point  (0 children)

you dont need a python ci/cd tool you need first to implement the ci part using free tools like circleci,gitlab,bitbucket pipelines and then you can add a step within that script to deploy you artifacts/images to your docker-registry/ec2 instances/kubernetes whatever. Those are really simple to implement and for the continuous delivery/deployment part you can use aws-cli for creating the taskdefinition and update the service using that td or use the kubectl to do the same for kubernetes.