Test deployment for TinyOps CI/CD pipeline verification
- HTML 91%
- Dockerfile 9%
| .gitignore | ||
| Dockerfile | ||
| index.html | ||
| README.md | ||
Hello World Test 2
A simple test deployment to verify the TinyOps Forgejo → Coolify CI/CD pipeline.
Purpose
This project tests:
- Automated deployment from Forgejo to Coolify
- CI/CD webhook functionality
- Domain configuration automation
Deployment
Deployed via the automated script:
python3 .agent/skills/coolify-deploy/scripts/deploy_from_forgejo.py \
--repo hello-world-test2 \
--domain test2.noneofyourbidness.com
Stack
- Frontend: Static HTML
- Web Server: nginx:alpine
- Deployment: Coolify
- Source Control: Forgejo
- CI/CD: Webhook-triggered auto-deploy