2 Commits
v1.2.4 ... main

Author SHA1 Message Date
YunYouJun
190c05918b chore: update readme link 2025-01-24 11:45:55 +08:00
YunYouJun
42c244573c ci: remove vercel 2025-01-24 11:44:02 +08:00
2 changed files with 4 additions and 39 deletions

View File

@@ -1,35 +0,0 @@
name: Production Tag Deployment
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
# Pattern matched against refs/tags
tags:
- '*' # Push events to every tag not containing /
jobs:
Deploy-Production:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
# after pnpm
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: Install Vercel CLI
run: pnpm i -g vercel@latest
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}

View File

@@ -9,10 +9,10 @@
### 网页版本
- 网站链接:[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
- 国内加速:[cook.yunle.fun](https://cook.yunle.fun)
- 备用:[cook.yyj.moe](https://cook.yyj.moe)
- 开发版:[cook.yunle.app](https://cook.yunle.app)
- 网站链接Cloudflare[cook.yunyoujun.cn](https://cook.yunyoujun.cn)
- 国内加速(腾讯云)[cook.yunle.fun](https://cook.yunle.fun)
- 备用Netlify[cook.yyj.moe](https://cook.yyj.moe)
- 开发版Vercel[cook.yunle.app](https://cook.yunle.app)
### 小程序版本