Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: amplify deployment #384

Closed
wants to merge 14 commits into from
Closed

feat: amplify deployment #384

wants to merge 14 commits into from

Conversation

RaoHai
Copy link
Contributor

@RaoHai RaoHai commented Sep 13, 2024

  • 换个干净分支

Copy link

vercel bot commented Sep 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
petercat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 8:13am

Copy link

Walkthrough

此PR引入了对AWS Amplify的支持,包括相关配置文件和脚本的添加。

Changes

文件 摘要
.github/workflows/aws-amplify.yml 添加了AWS Amplify部署的GitHub Actions工作流配置。
.gitignore 更新了.gitignore文件以排除Amplify相关文件和目录。
.vscode/settings.json 修改了VSCode设置以适应Amplify项目。
amplify/.config/project-config.json 添加了Amplify项目配置文件。
amplify/README.md 添加了Amplify项目的README文件。
amplify/backend/backend-config.json 添加了Amplify后端配置文件。
amplify/backend/hosting/amplifyhosting/amplifyhosting-template.json 添加了Amplify托管配置模板。
amplify/backend/tags.json 添加了Amplify标签配置文件。
amplify/backend/types/amplify-dependent-resources-ref.d.ts 添加了Amplify依赖资源类型定义文件。
amplify/cli.json 添加了Amplify CLI配置文件。
amplify/hooks/README.md 添加了Amplify命令钩子的README文件。
amplify/team-provider-info.json 添加了Amplify团队提供者信息文件。
package.json 更新了package.json以包含Amplify构建脚本。

Copy link

codecov bot commented Sep 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant