betterlifesg/README.md
Andre K 19a7fa0e48
Some checks failed
Deploy Better Life SG / deploy (push) Failing after 3s
Deploy Better Life SG / notify (push) Successful in 2s
Add deployment workflow for automatic deployment via Forgejo Actions
2026-04-16 08:23:44 +08:00

27 lines
680 B
Markdown

# Better Life SG
Static website for Better Life SG insurance consultants, replicated from betterlifesg.com.
## Stack
- Static HTML + Tailwind CSS (CDN)
- Served by the shared RackNerd Caddy reverse proxy
- Site files at `/opt/betterlifesg/site/`
## Deployment
Push to `master` in Forgejo to deploy automatically via Forgejo Actions.
```bash
ssh racknerd bash /opt/src/betterlifesg/scripts/deploy-betterlifesg.sh
```
## Forgejo Actions
- Trigger: push to `master` and manual `workflow_dispatch`
- Required secret: `VPS_SSH_KEY`
- Optional secret: `NTFY_TOKEN`
## Managed by BetterBot
The site content can be edited via the BetterBot Telegram bot (see `betterbot/` repo).