GitLab CI and Distributed Builds
How to code, build, and deploy from an iPad using GitLab and Gitpod

How to code, build, and deploy from an iPad using GitLab and Gitpod

2/10/2022 · Brendan O'Leary

What this post added

This post demonstrates how to leverage GitLab CI/CD in conjunction with Gitpod to enable coding, building, and deploying applications entirely from an iPad. It details the setup of a `.gitlab-ci.yml` file for deploying to Heroku using `dpl`, including the use of CI/CD variables for authentication. It also highlights the benefits of Gitpod's `.gitpod.yml` for creating consistent, reproducible development environments, significantly reducing onboarding time for new collaborators and enabling a 'cattle, not pets' approach to development machines.

Read the original post ↗