Run CI/CD with preview environments anywhere with self-hosted Git runners.
admin
Mon, 05/13/2024 - 17:19
GitHub Actions and BitBucket Pipelines are amazing. You can control what is run using yaml files in your codebase.
You can run just about any command, and they provide a really powerful interface for browsing jobs and logs.
Many people are unaware, you can also control where your scripts are run. If you setup a tool called a Git Runner, you can run Git Actions anywhere, including from your local machine.
PubDate