2 posts tagged with "gitlab"
Painless SSH Setup in Gitlab CI
Posted on October, 2020Connecting 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 postGetting started with CI/CD in PHP
Posted on March, 2019What 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