deploy Jenkins Pipeline Deployment Variants This post outlined a list of steps in a pipeline. When building actual pipelines, I've noticed the deployment process is more than just deployment. I've identified several variants: 1. orchestration deployment (e.g. helios deployment) 2. file copy like this 3. git update for e.g.
deploy An Initial CI/CD Pipeline Release-based deployments are sort of nice in the sense that you plan, draw a line, prepare stuff and release one or more components at the same time. It however stalls feature deployments a lot (e.g. a nice feature can be implemented in say a day but the release is
app Easy django applications with cookiecutter Now I'm trying to create a bunch of django applications and I've got tired of creating everything from scratch. So, here are the steps I'm using to easy create a new django app: * Create a new virtual environment. This is vital. It allows you
app Simple steps to deploy app to Heroku The past days I've been trying to find a cloud provider to deploy an app to. So, until docker becomes a bit easier and flynn up and running, I'll stick with one of the known ones, i.e. heroku. I've been trying to get