From e8681fd744f8ba900999974fcc35d4abb6414738 Mon Sep 17 00:00:00 2001 From: mtvpls Date: Sun, 15 Mar 2026 12:59:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AErender=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- render.yaml | 22 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 render.yaml diff --git a/README.md b/README.md index 977a9ed..2f2828e 100644 --- a/README.md +++ b/README.md @@ -90,10 +90,14 @@ [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/mtvpls/MoonTVPlus) -**一键部署到zeabur** +**一键部署到 Zeabur** [![Deploy on Zeabur](https://zeabur.com/button.svg)](https://zeabur.com/templates/SCHCAY/deploy) +**一键部署到 Render** + +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/mtvpls/MoonTVPlus) + ### Cloudflare Workers 部署(通过 GitHub Actions) diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..43929f9 --- /dev/null +++ b/render.yaml @@ -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