一键render部署
This commit is contained in:
@@ -90,10 +90,14 @@
|
|||||||
|
|
||||||
[](https://vercel.com/new/clone?repository-url=https://github.com/mtvpls/MoonTVPlus)
|
[](https://vercel.com/new/clone?repository-url=https://github.com/mtvpls/MoonTVPlus)
|
||||||
|
|
||||||
**一键部署到zeabur**
|
**一键部署到 Zeabur**
|
||||||
|
|
||||||
[](https://zeabur.com/templates/SCHCAY/deploy)
|
[](https://zeabur.com/templates/SCHCAY/deploy)
|
||||||
|
|
||||||
|
**一键部署到 Render**
|
||||||
|
|
||||||
|
[](https://render.com/deploy?repo=https://github.com/mtvpls/MoonTVPlus)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Cloudflare Workers 部署(通过 GitHub Actions)
|
### Cloudflare Workers 部署(通过 GitHub Actions)
|
||||||
|
|||||||
+22
@@ -0,0 +1,22 @@
|
|||||||
|
services:
|
||||||
|
- type: web
|
||||||
|
name: moontvplus
|
||||||
|
runtime: image
|
||||||
|
plan: free
|
||||||
|
image:
|
||||||
|
url: ghcr.io/mtvpls/moontvplus:latest
|
||||||
|
envVars:
|
||||||
|
- key: USERNAME
|
||||||
|
generateValue: true
|
||||||
|
- key: PASSWORD
|
||||||
|
generateValue: true
|
||||||
|
- key: NEXT_PUBLIC_STORAGE_TYPE
|
||||||
|
value: upstash
|
||||||
|
- key: UPSTASH_URL
|
||||||
|
sync: false
|
||||||
|
- key: UPSTASH_TOKEN
|
||||||
|
sync: false
|
||||||
|
- key: NEXT_PUBLIC_SITE_NAME
|
||||||
|
value: MoonTVPlus
|
||||||
|
- key: CRON_PASSWORD
|
||||||
|
value: mtvpls
|
||||||
Reference in New Issue
Block a user