Skip to content

Commit 3ba5ca9

Browse files
committed
badges and youtube
1 parent 62d34e4 commit 3ba5ca9

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Self-Hosted GitHub Actions Runners for Google Cloud
22

3+
[![Badge: GitHub](https://img.shields.io/badge/GitHub-181717.svg?logo=github&logoColor=white)](#readme)
4+
[![Badge: Google Cloud](https://img.shields.io/badge/Google%20Cloud-%234285F4.svg?logo=google-cloud&logoColor=white)](#readme)
5+
[![Badge: Linux](https://img.shields.io/badge/Linux-FCC624.svg?logo=linux&logoColor=black)](#readme)
6+
[![Badge: License](https://img.shields.io/github/license/cyclenerd/hcloud-github-runner)](https://github.com/Cyclenerd/google-cloud-github-runner/blob/master/LICENSE)
7+
38
This application is **exclusively built for Google Cloud Platform (GCP)**, leveraging native services like **Google Compute Engine (GCE) Instance Templates** to manage **ephemeral** just-in-time self-hosted GitHub Actions Runners. Unlike generic solutions that merely "support" GCP, this project offers a deep, cloud-native integration designed specifically for GCP.
49

510
For the developer, it functions as a **drop-in replacement**: just add `gcp-` to your GitHub Actions workflow YAML file (e.g., replace `runs-on: ubuntu-latest` with `runs-on: gcp-ubuntu-latest`).
@@ -14,6 +19,12 @@ The architecture prioritizes **simplicity and auditability**, avoiding complex a
1419
* **Secure Configuration**: Automatically stores credentials in Google Secret Manager.
1520
* **Cost Effective**: Runners are only active when jobs are queued.
1621

22+
## Video Tutorial
23+
24+
[![Tutorial Video on YouTube](img/youtube.jpeg)](https://www.youtube.com/watch?v=TBCL2Z7ryzA)
25+
26+
Click the image to watch the 3-minute video tutorial.
27+
1728
## Prerequisites
1829

1930
All requirements are pre-installed in [Google Cloud Shell](https://shell.cloud.google.com/), making it the recommended environment for deployment.

img/youtube.jpeg

196 KB
Loading

0 commit comments

Comments
 (0)