Sepehr Ramezani
|
f3b58b32fd
|
ci: add deploy script and simplify CI/CD workflow
Deploy to Production / Deploy to 192.168.1.190 (push) Has been cancelled
- scripts/deploy.sh: automated deployment with interactive env setup
(--env-only, --build, --full)
- Supports OpenRouter, OpenAI, Ollama, DeepSeek providers
- Auto-generates NEXTAUTH_SECRET and postgres password
- Waits for healthchecks, initializes DB, shows status
- CI/CD workflow simplified to call deploy.sh --build
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-04-21 22:55:15 +02:00 |
|
Sepehr Ramezani
|
106dac9ca4
|
ci: add Gitea Actions workflow for auto-deploy on push to main
Deploy to Production / Deploy to 192.168.1.190 (push) Has been cancelled
SSH-based deployment to 192.168.1.190 via Gitea Runner.
Builds Docker images and restarts containers automatically.
Required Gitea secrets: DEPLOY_HOST, DEPLOY_USER, DEPLOY_SSH_KEY, DEPLOY_PATH
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-04-21 22:34:18 +02:00 |
|