Add backlog task for flightclub.lol deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d3c1140454
commit
b19b82e517
|
|
@ -13,3 +13,4 @@ auto_commit: false
|
|||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 30
|
||||
task_prefix: "task"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
id: TASK-2
|
||||
title: Deploy flightclub.lol landing page
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-02-17 00:52'
|
||||
updated_date: '2026-02-17 00:52'
|
||||
labels: []
|
||||
dependencies: []
|
||||
priority: high
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Built and deployed Next.js 15 landing page at flightclub.lol with dual aesthetic system (pastel light / cyberpunk dark mode), glitch effects, SVG pricing charts, 7 page sections covering the problem, vision, models, and CTA. Dockerized on Netcup behind Traefik + Cloudflare tunnel.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Implementation Notes
|
||||
|
||||
<!-- SECTION:NOTES:BEGIN -->
|
||||
- Repo: gitea.jeffemmett.com/jeffemmett/flight-club-lol
|
||||
- GitHub mirror: github.com/Jeff-Emmett/flight-club-lol
|
||||
- Netcup: /opt/websites/flight-club-lol/
|
||||
- CF Zone ID: dbdce82ace6db16e51339f2489bbc85d
|
||||
- Container: flight-club-lol (hardened: cap_drop ALL, read_only)
|
||||
- Live at: https://flightclub.lol + https://www.flightclub.lol
|
||||
<!-- SECTION:NOTES:END -->
|
||||
Loading…
Reference in New Issue