|
|
5915bd567c
|
ci: fix runner label to ubuntu-24.04, deploy via SSH to 192.168.1.190
Deploy to Production / Build and Deploy (push) Failing after 47s
Made-with: Cursor
|
2026-04-25 20:59:35 +02:00 |
|
|
|
acb784edbb
|
ci: fix deploy workflow - use GITHUB_WORKSPACE env var and robust healthcheck
Deploy to Production / Build and Deploy (push) Has been cancelled
Made-with: Cursor
|
2026-04-25 20:51:35 +02:00 |
|
Sepehr Ramezani
|
0c743ee679
|
ci: install runner on target server, eliminate SSH complexity
Deploy to Production / Build and Deploy (push) Has been cancelled
Better architecture: act_runner runs directly on 192.168.1.190.
- No SSH keys needed, no secrets to configure in Gitea
- Runner executes docker compose commands locally
- Workflow uses rsync + docker compose build + healthcheck
- Updated DEPLOY.md with complete step-by-step guide
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-04-21 23:10:48 +02:00 |
|
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 |
|