Blog
github
Catatan teknis seputar web development, DevOps, dan integrasi AI.
2 artikel
- 16.17devops
Forgejo Secondary Git Host untuk File yang Ditolak GitHub
Limit file GitHub bikin bundle 631 MB nyaris gagal push. Jawabannya: self-host Forgejo sebagai secondary git host dengan pola mirror yang benar.
#git#forgejo#github - 21.30devops
Strategi Branch main/staging/api: Deploy Aman dengan Vercel Preview dan GitHub Actions
Model branch tiga jalur untuk deploy aman: main sebagai sumber kebenaran, staging untuk preview Vercel, api untuk deploy VPS lewat GitHub Actions.
#vercel#nextjs#github-actions