Skip to content

Commit 273e55a

Browse files
authored
Update README.md
1 parent b0648bb commit 273e55a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,24 @@ valparaiso: {
125125

126126
> **Note:** Alternate CTAs appear only when the related feature flag is `false` and a link is configured for that city.
127127
128+
## 🚀 Deployment & Production Setup
129+
130+
**Critical Server Configuration:**
131+
For production deployments, follow our [Server Setup Guide](https://docs.google.com/document/d/1NhOyS6ZJwRjL3KeWlyErYBjFYZ47dyMugsyuKcyhJQ0/edit?tab=t.8508vrmeaeq) covering:
132+
- Node.js environment requirements
133+
- PM2 process management
134+
- GitHub Actions integration
135+
- Mandatory environment variables
136+
- Image optimization pipeline
137+
138+
**Minimum Requirements:**
139+
- Node.js v20+
140+
- 2GB RAM minimum
141+
- HTTPS configuration
142+
143+
> 📌 **Admin Note:** The `output: 'export' config is prohibited** - breaks dynamic routes and middleware.
144+
> Always use standard Next.js build (`npm run build` + `npm start`).
145+
>
128146
## 🌍 Contributing
129147

130148
We welcome community contributions! Please see our [Contribution Guidelines](docs/CONTRIBUTING.md) and review our [Photography Style Guide](docs/guia-fotografia.md) for asset submissions.

0 commit comments

Comments
 (0)