FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
My First CI/CD Pipeline with YAML and Docker on AWS
How-ToDevOps

My First CI/CD Pipeline with YAML and Docker on AWS

via Dev.toDharamraj Yadav4h ago

Hello everyone, today I want to share how I added my first CI/CD pipeline using YAML and Docker on AWS. First, I forked a React project on my GitHub because I didn’t want to waste time setting up React and adding a very simple app, so I decided to fork a project. Then I cloned that repository and added .dockerignore and Dockerfile files in my project’s root directory, and this is the code you can see in the screenshots: After that, I created an EC2 instance to run my project and installed Docker. I added my Ubuntu user to Docker because Docker runs as root and the Ubuntu user doesn’t have access to that, so I added the user to the Docker group. Look at the screenshot I attached: After that, I worked on the YAML for CI/CD. I created a .github folder in the root directory of my project, then created another folder called workflows , and in this folder I created a deploy.yml file. In this file, first I added the project name, after that I added on for when I push code to the main branch,

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles

Most People Quit Programming Right Before This Happens
How-To

Most People Quit Programming Right Before This Happens

Medium Programming • 6h ago

Why Skill-Based Learning is Quietly Becoming the Real Standard of Education
How-To

Why Skill-Based Learning is Quietly Becoming the Real Standard of Education

Medium Programming • 6h ago

Context: a vital pattern nobody talks about
How-To

Context: a vital pattern nobody talks about

Medium Programming • 7h ago

Clean Code Won’t Save You in Production
How-To

Clean Code Won’t Save You in Production

Medium Programming • 7h ago

The Skills That Make Great Developers Stand Out
How-To

The Skills That Make Great Developers Stand Out

Medium Programming • 8h ago

Discover More Articles