You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@ This action will copy the files from the defined folder into an S3 bucket, defin
11
11
3. If domain and cert wanted, registered domain in AWS.
12
12
13
13
### 1. Files to publish
14
-
Will grab everything defined in `aws_spa_source_folder` and push it to a bucket.
15
-
Define `aws_spa_root_object` if different than `index.html`
14
+
Will grab everything defined in `aws_spa_source_folder` and push it to a bucket.
15
+
16
+
Define `aws_spa_root_object` if different than `index.html`.
16
17
17
18
### 2. An AWS account
18
19
You'll need [Access Keys](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html) from an [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/)
@@ -135,8 +136,8 @@ We use the kubernetes style for this. For example, kubernetes -> k(# of characte
135
136
For some specific resources, we have a 32 characters limit. If the identifier length exceeds this number after compression, we remove the middle part and replace it for a hash made up from the string itself.
136
137
137
138
## Contributing
138
-
We would love for you to contribute to [bitovi/bitovi/github-actions-deploy-static-site-to-aws](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws).
139
-
Would you like to see additional features? [Create an issue](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/issues/new) or a [Pull Requests](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/pulls). We love discussing solutions!
139
+
We would love for you to contribute to [bitovi/github-actions-deploy-static-site-to-aws](https://github.com/bitovi/github-actions-deploy-static-site-to-aws).
140
+
Would you like to see additional features? [Create an issue](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/issues/new) or a [Pull Requests](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/pulls). We love discussing solutions!
140
141
141
142
## License
142
-
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/blob/main/LICENSE).
143
+
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/blob/main/LICENSE).
0 commit comments