DEV Community

Discussion on: How does deployment work at your organization?

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

AWS CodePipeline + AWS CodeDeploy + AWS CodeBuild

Collapse
 
fvaldes33 profile image
Franco Valdes

What stack? I have run into issues using NextJS with this deployment approach. TIA

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

Ruby on Rails, though the process is identical because NextJS is just a nodejs app.
I had a course I made on Udemy last year for creating a pipeline with Rails but you could just ski the Rails part. I've been meaning to release that video course for free.

Collapse
 
peiche profile image
Paul

I would love to get to this point with my job.

Collapse
 
rinzler profile image
Rinzler

Same here, only our stack is HTML/JS/CSS + Python/Django + MongoDB/MariaDB. Every code merged into develop branch on Github Repo is immediately deployed to our dev/staging environment also on AWS, same process on master -> production counterparts.