Github Runner
- สร้าง account กลาง (github)
- ให้ access iam gcp
check disk in runner
- remove old project
/actions-runner/_workIf you want the runner to start automatically when the server boots, use the built-in service script:
sudo adduser github-runner
sudo usermod -aG docker github-runner # if you want Docker builds
su - github-runner
sudo ./svc.sh install
sudo ./svc.sh startCheck status:
sudo ./svc.sh statusStop the service:
sudo ./svc.sh stop✅ This is the only place where sudo is allowed — because you’re installing a system service.
🧹 Option 3: Uninstall or Reconfigure
To remove the service:
sudo ./svc.sh stop
sudo ./svc.sh uninstallTo reconfigure the runner:
./config.sh remove