mirror of
https://github.com/escalante29/WealthySmart.git
synced 2026-05-19 09:28:47 +02:00
Fix domain: wealthy → wealth.cescalante.dev
All checks were successful
Deploy to VPS / deploy (push) Successful in 40s
All checks were successful
Deploy to VPS / deploy (push) Successful in 40s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,5 +17,5 @@ cd frontend && pnpm install && pnpm run dev
|
|||||||
|
|
||||||
- Deployed via Gitea Actions (self-hosted runner on VPS)
|
- Deployed via Gitea Actions (self-hosted runner on VPS)
|
||||||
- Push to `main` triggers: GitHub → webhook → Gitea mirror sync → Actions workflow → Docker build & deploy
|
- Push to `main` triggers: GitHub → webhook → Gitea mirror sync → Actions workflow → Docker build & deploy
|
||||||
- Domain: wealthy.cescalante.dev
|
- Domain: wealth.cescalante.dev
|
||||||
- Reverse proxy: nginx-proxy + acme-companion (auto TLS)
|
- Reverse proxy: nginx-proxy + acme-companion (auto TLS)
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ services:
|
|||||||
container_name: wealthysmart-frontend-prod
|
container_name: wealthysmart-frontend-prod
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: wealthy.cescalante.dev
|
VIRTUAL_HOST: wealth.cescalante.dev
|
||||||
LETSENCRYPT_HOST: wealthy.cescalante.dev
|
LETSENCRYPT_HOST: wealth.cescalante.dev
|
||||||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
|
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
|
||||||
expose:
|
expose:
|
||||||
- "80"
|
- "80"
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ function App() {
|
|||||||
<footer className="border-t border-slate-800/60 py-8">
|
<footer className="border-t border-slate-800/60 py-8">
|
||||||
<div className="max-w-6xl mx-auto px-6 flex items-center justify-between text-sm text-slate-500">
|
<div className="max-w-6xl mx-auto px-6 flex items-center justify-between text-sm text-slate-500">
|
||||||
<span>© {new Date().getFullYear()} WealthySmart</span>
|
<span>© {new Date().getFullYear()} WealthySmart</span>
|
||||||
<span>wealthy.cescalante.dev</span>
|
<span>wealth.cescalante.dev</span>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user