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.