Chris Anderson
|
a416994aea
|
Simplify CI workflow - build only (no SSH deploy yet)
Build and Deploy hatch.surf / build (push) Failing after 27s
- Removed SSH deploy step (needs secrets configuration)
- Build Docker image and save locally
- Can add deployment step later with proper secrets
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
2026-06-24 10:03:14 +02:00 |
|
Chris Anderson
|
8bce1cb670
|
Switch from GitHub Actions to self-hosted Gitea CI/CD
Deploy hatch.surf / build-and-deploy (push) Failing after 1m37s
- Removed .github/workflows/deploy.yml (GitHub Actions)
- Added .gitea/workflows/deploy.yml (Gitea Actions)
- Added setup-gitea.sh for installing Gitea
- Added configure-gitea.sh for configuring Gitea
- Self-hosted Git + CI/CD on local server
- GitHub org only for final open-source projects
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
2026-06-24 09:57:20 +02:00 |
|
Chris Anderson
|
17eee790c4
|
Initial commit: hatch.surf web application with Docker deployment
- Next.js 16 app with React 19 and Tailwind CSS 4
- Multi-stage Dockerfile (node:20-alpine build → nginx:alpine runtime)
- docker-compose.yml for container orchestration
- nginx.conf for container-level configuration
- GitHub Actions CI/CD workflow for automated deployment
- .dockerignore and .gitignore configured
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
2026-06-24 09:55:30 +02:00 |
|