(no title)
backordr | 9 years ago
I, personally, prefer the bare-metal deploys of automated scripts. I usually just spin up a VM and write a bash script to "prep" it the way I want. After that, I just run "./deploy" and it pushes where I want. I like this because I feel like I have more control and it actually feels easier. Plus, I've run into weird issues with Docker that take so long to debug that it completely cancels out the benefit of using it for me.
The bash script I have works for every side project I create, and is simply copied from project to project. :)
justinsaccount|9 years ago
You're mixing terms here. A VM is not bare-metal.
backordr|9 years ago
I meant just an old-school deploy without containers and the sort.