CI/CD ด้วย GitHub Actions
ใช้ GitHub Actions เพื่อ build และ deploy แอปพลิเคชันของคุณโดยอัตโนมัติ
ทำไมต้องใช้ GitHub Actions?
ข้อดีของการ build ด้วย GitHub Actions:
- CI minutes ฟรี: GitHub จัดสรร build minutes ฟรี
- Build เร็วขึ้น: โครงสร้างพื้นฐานของ GitHub มักเร็วขึ้น
- รักษา server ให้ว่าง: resources VPS ของคุณอยู่สำหรับการรันแอป
- Workflow ที่คุ้นเคย: ไวยากรณ์ GitHub Actions มาตรฐาน
ตั้งค่า GitHub Actions
- Deploy แอปจาก GitHub
- ในการตั้งค่า build เลือก "GitHub Actions"
- Server Compass สร้างไฟล์ workflow
- Commit workflow ไปยัง repo ของคุณ
- การ push ในอนาคตจะทริกเกอร์ build อัตโนมัติ
การกำหนดค่า workflow
Workflow ที่สร้างขึ้น:
- Build Docker image ของคุณ
- Push ไปยัง GitHub Container Registry
- แจ้งเตือน Server Compass ให้ deploy
- ใช้งานได้กับ branch ใดๆ ที่คุณกำหนดค่า
ติดตาม builds
ดูสถานะ build ใน Server Compass:
- เปิดแท็บ CI/CD ของแอปของคุณ
- ดู workflow runs ล่าสุด
- ดู build logs แบบ real-time
- ทริกเกอร์ workflows ใหม่ด้วยตนเอง
Screenshots



Video Tutorials
Related Features
GitHub Actions Integration
Build and deploy using GitHub Actions free CI minutes. Your server resources stay free for running apps.
Auto-Deploy on Push
Deploy your app automatically on every push to GitHub — a signed webhook triggers an always-on worker on your server, so the desktop app can stay closed and your SSH port stays private. Route it through Server Compass–managed Traefik, a stable tunnel, or your own reverse proxy — running on the host or inside Docker.
Workflow Management
Sync, view, and manage GitHub Actions workflows. See run history, job status, and trigger workflows manually.
Ready to try Server Compass?
Download the app and deploy your first application in under 5 minutes.
Download Server Compass