Blog Archives

Building the Release Definition

The Release definition in VSTS allows you to define the steps needed to be taken to deploy a build of your application to your deployment environments. On the Releases tab of your project you click on the ‘New Definition’ button

Posted in None

Creating A Dummy Service In Rancher

The last thing that we need to do before we can create the deployment scripts is to create a dummy service in Rancher that we can then replace with our deployed application. We need to do this because our deployment

Tagged with:
Posted in Domino To Spring

Adding A Dockerfile to the project

Before we can deploy anything to Rancher it needs to be in a docker image so I’ll be asking my VSTS scripts to build a docker image that can then be uploaded to a Docker container/image repository before being deployed

Tagged with:
Posted in Domino To Spring

Getting Your Rancher API Keys

Before we can start the process of automatically deploying our application to Rancher we need to setup the API access keys that will allow you to use the Rancher Command Line Interface and API. Load up Rancher and log in

Tagged with:
Posted in Domino To Spring
Archives