Skip to content

Commit

Permalink
feat: add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Sep 13, 2024
1 parent 4f4f750 commit df309f4
Show file tree
Hide file tree
Showing 14 changed files with 73 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@ dist/
lui/src/style.css

#amplify-do-not-edit-begin
client/amplify/\#current-cloud-backend
client/amplify/.config/local-*
client/amplify/logs
client/amplify/mock-data
client/amplify/mock-api-resources
client/amplify/backend/amplify-meta.json
client/amplify/backend/.temp
amplify\#current-cloud-backend
amplify.config/local-*
amplifylogs
amplifymock-data
amplifymock-api-resources
amplifybackend/amplify-meta.json
amplifybackend/.temp

node_modules/
aws-exports.js
client/awsconfiguration.json
client/amplifyconfiguration.json
client/amplifyconfiguration.dart
client/amplify-build-config.json
client/amplify-gradle-config.json
client/amplifytools.xcconfig
awsconfiguration.json
amplifyconfiguration.json
amplifyconfiguration.dart
amplify-build-config.json
amplify-gradle-config.json
amplifytools.xcconfig
.secret-*
**.sample
#amplify-do-not-edit-end
15 changes: 15 additions & 0 deletions amplify/#current-cloud-backend/amplify-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"providers": {
"awscloudformation": {
"AuthRoleName": "amplify-petercat-dev-d6f98-authRole",
"UnauthRoleArn": "arn:aws:iam::654654285942:role/amplify-petercat-dev-d6f98-unauthRole",
"AuthRoleArn": "arn:aws:iam::654654285942:role/amplify-petercat-dev-d6f98-authRole",
"Region": "ap-northeast-1",
"DeploymentBucketName": "amplify-petercat-dev-d6f98-deployment",
"UnauthRoleName": "amplify-petercat-dev-d6f98-unauthRole",
"StackName": "amplify-petercat-dev-d6f98",
"StackId": "arn:aws:cloudformation:ap-northeast-1:654654285942:stack/amplify-petercat-dev-d6f98/5c0f5a30-717f-11ef-a7eb-069726f40753",
"AmplifyAppId": "dwu86qdv45on0"
}
}
}
File renamed without changes.
7 changes: 7 additions & 0 deletions amplify/.config/local-aws-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dev": {
"configLevel": "project",
"useProfile": false,
"awsConfigFilePath": "/Users/raohai/.amplify/awscloudformation/S0fvTJmqOe"
}
}
5 changes: 5 additions & 0 deletions amplify/.config/local-env-info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projectPath": "/Users/raohai/projj/github.com/ant-xuexiao/bot-meta",
"defaultEditor": "Visual Studio Code",
"envName": "dev"
}
File renamed without changes.
8 changes: 8 additions & 0 deletions amplify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Getting Started with Amplify CLI
This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli).

Helpful resources:
- Amplify documentation: https://docs.amplify.aws.
- Amplify CLI documentation: https://docs.amplify.aws/cli.
- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files.
- Join Amplify's community: https://amplify.aws/community/.
15 changes: 15 additions & 0 deletions amplify/backend/amplify-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"providers": {
"awscloudformation": {
"AuthRoleName": "amplify-petercat-dev-d6f98-authRole",
"UnauthRoleArn": "arn:aws:iam::654654285942:role/amplify-petercat-dev-d6f98-unauthRole",
"AuthRoleArn": "arn:aws:iam::654654285942:role/amplify-petercat-dev-d6f98-authRole",
"Region": "ap-northeast-1",
"DeploymentBucketName": "amplify-petercat-dev-d6f98-deployment",
"UnauthRoleName": "amplify-petercat-dev-d6f98-unauthRole",
"StackName": "amplify-petercat-dev-d6f98",
"StackId": "arn:aws:cloudformation:ap-northeast-1:654654285942:stack/amplify-petercat-dev-d6f98/5c0f5a30-717f-11ef-a7eb-069726f40753",
"AmplifyAppId": "dwu86qdv45on0"
}
}
}
File renamed without changes.
10 changes: 10 additions & 0 deletions amplify/backend/tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"Key": "user:Stack",
"Value": "{project-env}"
},
{
"Key": "user:Application",
"Value": "{project-name}"
}
]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit df309f4

Please sign in to comment.