See how easy it is to setup a ci/cd pipeline to deploy your applications to docker swarm using concourse-ci
DevOps
A collection of 22 posts
Self Hosted Git and CICD Platform with Gitea and Drone on Docker
Both gitea and drone is built on golang runs on multiple platforms including a raspberry pi and its super lightweight. Oh yes, and its awesome! In this tutorial we will see how we can implement our own git service and
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 Setup Our Directory Tree: $ find . ./Dockerfile ./ci
Using Resources with Concourse Tutorial
In Concourse, Resources refer to external resource types such as s3, github etc. So for example, we can run a pipeline which pulls data from github, such as cloning a repository, so in other words the data that was cloned
Concourse Tasks and Inputs Tutorial
In this tutorial I will show you how to execute task scripts and using task inputs to have the ability to pass data to concourse for processing. For my other content on concourse, have a look at the concourse [https:
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 Github The config can be found on my Github Branch [https://github.com/ruanbekker/concourse-test/tree/basic-helloworld] but
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
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 [https://sysadmins.co.za/see-how-easy-it-is-to-setup-a-gitlab-ci-pipeline/], in conjunction with Gitlab CI which coordinates your jobs, where we used the Shared Runners, which runs
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!