DEV Community

Discussion on: How do you deploy your apps?

Collapse
 
thenetjedi profile image
/dev/😒

Started with basic Bash scripts, now I use GitLab CI/CD + DCR or GitLab CI/CD + rsync to my EC2 instances (mostly for my throwaway POCs).

PS. I have a self-hosted GitLab instance.

Collapse
 
jsardev profile image
Jakub Sarnowski

I'm sorry but... what stands behind DCR? 😄

That's a cool setup! Do you host GitLab on your own server? Are the costs high for something like this?

Collapse
 
thenetjedi profile image
/dev/😒

I deploy those images to a docker engine running on an EC2 or directly to ECS.
I was using DCR way before ECR hence didn't migrate.

Yep, I do host GitLab on my own server and the costs are not high, but not cheap either.
It gets the job done without me having to worry(much) about security of my codebase