ECS-C2: Continuous Deployment with Docker and GitHub

preview_player
Показать описание
GitHub Actions give you an automation engine right in your Git repo. GitHub workflows run on agents which have Docker installed so you can easily move your CI process to GitHub using multi-stage Dockerfiles.

You can also store secrets in your repo, which you can use in your workflows. In this episode we'll see how to use GitHub Actions for a CI/CD process - building application images with Docker, pushing them to Docker Hub and then deploying the changes to a Kuberenetes cluster in the cloud.
Рекомендации по теме
Комментарии
Автор

do you have a repo where you have these workflows?

HassanEjaz
welcome to shbcf.ru