27 lines
680 B
Markdown
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).
|