Commit Graph

5 Commits

Author SHA1 Message Date
kihong.kim
4aa282c11a Remove --no-cache from docker build to cache Whisper model
Some checks failed
Deploy to Server / deploy (push) Failing after 16m58s
Docker layer caching will now preserve the Whisper model download step,
avoiding 1.5GB download on every deployment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 20:38:19 +09:00
kihong.kim
d393b911f7 Fix runner label: linux -> ubuntu-latest
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 19:53:20 +09:00
kihong.kim
c570c2add7 Fix runner label: ubuntu-latest -> linux
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 19:51:57 +09:00
kihong.kim
e442eb0168 Fix server path to /home/bini/project/bini-shorts-maker
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 19:08:41 +09:00
kihong.kim
40d7512e44 Add Gitea Actions workflow for auto-deployment
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
Replace webhook-based deployment with Gitea Actions workflow.
On push to main, the workflow will:
- SSH into the server
- Pull latest code
- Rebuild and restart Docker containers

Required secrets in Gitea:
- SERVER_HOST
- SERVER_USER
- SERVER_SSH_KEY
- SERVER_PORT

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 19:06:52 +09:00