Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 C0D4644188yI’m usually good at cryptic rants but this ones got me. C0D4644188yI’m usually good at cryptic rants but this ones got me.
 
 What are you doing / trying to do and some context?
- 
				
				 Hopstar718yI just want a system that is pretty easy to scale, making it pretty easy to add new project and just build/update when I push and pass tests Hopstar718yI just want a system that is pretty easy to scale, making it pretty easy to add new project and just build/update when I push and pass tests
- 
				
				 Agusyc1138yA system for what? lol Agusyc1138yA system for what? lol
 
 I really don't get what you're trying to do. What's the "CD" you mentioned on the rant?
- 
				
				 Hopstar718yNot depending on free but most all in one server kind stuff is pretty expensive. Mostly creating nodejs right now but docker would be amazing. ( I know how to setup docker) @spacem Hopstar718yNot depending on free but most all in one server kind stuff is pretty expensive. Mostly creating nodejs right now but docker would be amazing. ( I know how to setup docker) @spacem
- 
				
				spacem18278yWe are still in development but been using bitbucket which has this pipeline thing that runs tests when code is merged to master. I think gitlab has the same thing. Was running on other branches but we quickly used up the free tier pipeline usage. Also I use azure webapp hosting which also looks at the git master branch and redeploys a test/qa instance on merge.

Why is cd so anoying. I tried serval stuff with all kind of setups. But everything just doesn't work good or really expensive. I just want a easy way to have a develop and production environment without to much problems or an high price card.
Does anyone havr any tips. Already wasted so much time on it
rant