Deploy a new app to Coolify from a Git URL by chat
언제 쓸까: You have a new side project on GitHub and want it live on your VPS in under 5 minutes without clicking through Coolify's UI.
사전 조건
- Running Coolify instance — coolify.io install script on your VPS
- COOLIFY_ACCESS_TOKEN — Coolify > Settings > API > Create Token
흐름
-
Create the appCreate a new Coolify app in project 'side-projects' on server 'hetzner-fsn1'. Source: https://github.com/me/my-app. Build pack: Nixpacks. Port: 3000.✓ 복사됨→ App created with a UUID returned
-
Set env varsSet these env vars on the app: DATABASE_URL=..., SESSION_SECRET=..., NODE_ENV=production.✓ 복사됨→ Env vars saved
-
Deploy and watch logsDeploy the app. Tail the build log; tell me when it's healthy or if it crashes.✓ 복사됨→ Live build log + final success/fail verdict
결과: A new HTTPS app running on your VPS in ~5 minutes, all from chat.
함정
- Forgot to set a domain; Coolify uses an ugly auto-generated one — After deploy, ask: 'Add custom domain app.example.com with HTTPS'. Coolify auto-provisions Let's Encrypt.