Files
afilmory/apps/docs/contents/deployment/index.mdx
Innei 77f16490e4 chore: adjust docs and add cjk font
- Created a new documentation site under `apps/docs` using Vite, React, and MDX.
- Added essential files including `index.html`, `package.json`, and various configuration files.
- Implemented a file-system based routing system with automatic route generation from markdown files.
- Included support for syntax highlighting, responsive design, and TypeScript.
- Established a structure for documentation content with initial deployment guides and storage provider information.

Signed-off-by: Innei <tukon479@gmail.com>
2025-11-14 21:52:54 +08:00

16 lines
642 B
Plaintext

---
title: Deployment
description: Guide to deploying Afilmory in production environments, including Docker and configuration options.
createdAt: 2025-07-20T22:35:03+08:00
lastModified: 2025-11-14T21:52:55+08:00
---
# Deployment
Deploying Afilmory can be accomplished through various methods, you can choose the one that best fits your needs. Below are the common deployment methods:
- [Docker Deployment](/deployment/docker)
- [Github Action Deployment](/deployment/github-action)
- [Github Pages Deployment](/deployment/github-pages)
- [Vercel Deployment](/deployment/vercel)
- [Cloudflare Pages Deployment](/deployment/cloudflare-pages)