Ruan Bekker

Sysadmins

Linux and Open Source Enthusiast.

  • Home
  • About Me
  • AWS
  • DevOps
  • Docker
  • Subscribe
  • Slack
  • Buy me a Coffee
  • Developer Jobs
  • Newsletter

Pipelines

A collection of 6 posts

July 8, 2019

Using Concourse CI to Deploy to Docker Swarm

See how easy it is to setup a ci/cd pipeline to deploy your applications to docker swarm using concourse-ci

Concourse CICD DevOps Docker Pipelines

March 31, 2019

Concourse Pipeline to Build a Docker Image Automatically on Git Commit

In this tutorial we will build a ci pipeline using concourse to build and push a image to dockerhub automatically, whenever a new git commit is made to the master branch. Our Project SetupOur Directory Tree: $ find . ./Dockerfile ./ci ./ci/…

Docker Concourse DevOps CICD Pipelines

February 23, 2019

Setup a Basic Hello World Pipeline on Concourse

We will setup a basic pipeline that pulls down content from github, then executes a task that prints hello world. Content on GithubThe config can be found on my Github Branch but I will display each file in this post.…

Concourse CICD DevOps Pipelines

February 23, 2019

Tutorial on using Gitlab CI/CD Pipelines to Deploy your Python Flask Restful API with Postgres on Heroku

Today we will build a Restful API using Python Flask, SQLAlchemy using Postgres as our Database, testing using Python Unittest, a CI/CD Pipeline on Gitlab, and Deployment to Heroku. From our previous post, we demonstrated setting up a Custom…

Gitlab DevOps CICD Heroku Pipelines

February 23, 2019

Setup a Gitlab Runner on your own Server to run your jobs that gets triggered from Gitlab CI

From our previous post, we went through the setup on setting up a Basic CI Pipeline on Gitlab, in conjunction with Gitlab CI which coordinates your jobs, where we used the Shared Runners, which runs your jobs on Gitlab's Infrastructure.…

Gitlab DevOps CICD Pipelines

February 23, 2019

See how Easy it is to Setup a Gitlab CI Pipeline

In this tutorial we will setup a Basic CI (Continuous Integration) Pipeline on Gitlab. The code for this example is available on gitlab.com/rbekker87/demo-ci-basic-pipeline. If you would like to read more on Continuous Integration / Continuous Deliver (CI/CD)…

Gitlab DevOps CICD Pipelines

Page 1 of 1

Subscribe to Sysadmins

Get the latest and greatest from Sysadmins delivered straight to your inbox every week.

Sysadmins © 2022. Royce theme by Just Good Themes. Powered by Ghost.

Back to top