Deploy to Hosting Workflow
“部署到托管工作流”
Create a GitHub Action that builds and deploys a project to Vercel or Netlify when merging to main.
创建一个GitHub Action,用于在合并到main分支时构建项目并部署至Vercel或Netlify。
Prompt
Create a GitHub Action that builds my project and deploys it to Vercel (or Netlify) when I merge to `main`. Include environment setup and secrets configuration instructions.