Recently, I had the opportunity to build a CI/CD workflow for ECS on Fargate using GitHub Actions. In this process, I incorporated various improvem...
For further actions, you may consider blocking this person and/or reporting abuse
Hi Atsushi Suzuki,
Top, very nice !
Thanks for sharing
Thanks!
Thanks for all
Thanks!!
wow, this is a good article, I'm following your channel
Thanks!!
What about something with docker compose with 4 to 5 services as containers?
Absolutely! Docker Compose is super handy for managing multiple services. It makes defining and orchestrating containers a breeze, especially for development and local testing environments.
My current article focuses on deploying to production with ECS, but I actually wrote about using Docker Compose before. Feel free to check it out here:
dev.to/suzuki0430/docker-for-begin...
This is awesome, I recently did something like this, but I didn't include the slack messages, I'll definitely look into this add it to my workflow
Thanks!!
Thank you for the writeup! What about github environments tho ?!
Thanks! GitHub Environments are pretty handy for managing settings like secrets and rules differently for dev, staging, or prod environments. Makes it super easy to keep things secure for each setup!