author-pic

2 posts tagged with "cicd"

Painless SSH Setup in Gitlab CI

Posted on October, 2020

Connecting to a different server from your CI job can be a hassle. Specifying the ssh connection parameters followed by the command to be executed can take quite a lot of space visually and cause all…

Read full post

Getting started with CI/CD in PHP

Posted on March, 2019

What is CI/CD? CI/CD is short for Continues Integration and Continues Delivery (sometimes also called Continues Deployment). Both terms group steps and actions that occur during the lifetime of your…

Read full post