author-pic

Painless SSH Setup in Gitlab CI

Posted on October 13, 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 24, 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

Looking forward to 2019

Posted on January 12, 2019

I know this probably comes a bit late, after all, we are already two weeks into the new year, but after reading a lot of reviews from other people, especially devs, writing about their recap of 201…

Read full post