Skip to content

Commit

Permalink
beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
richarvey committed Apr 4, 2022
1 parent a5a10ea commit d632c39
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 21 deletions.
4 changes: 2 additions & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ <h1>S3</h1>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/docs/s3" >}}">
HTML <i class="fab fa-html5 ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="{{< relref "/docs/s3" >}}">
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="../The-Well-Architected-guide-to-S3.pdf">
PDF <i class="fas fa-file-pdf ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/google/docsy-example">
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="../The-Well-Architected-guide-to-S3.epub">
e-book <i class="fas fa-book-open ml-2 "></i>
</a>
<p class="lead mt-5">More about the books</p>
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/s3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ menu:
weight: 20
---

Welcome to the first book in the "Well-Architected Guide" series, which brings you a collection of features and articles created for this series and some adopted from the AWS documentation and blogs. I'd like to say a big thank you to all who have supported me whilst I've created this completion of guides and howto's that help you use S3 in a Well-Architected way. We'll work our way through the 6 pillars of the well architected framework with recipes you can try out for your self to help your standing when scoring your AWS Well Architected Review.
Welcome to the first book in the "Well-Architected Guide" series, which brings you a collection of features and articles created for this series and some adapted from the AWS documentation and blogs. I'd like to say a big thank you to all who have supported me whilst I've created this completion of guides and howto's that help you use S3 in a Well-Architected way. We'll work our way through the 6 pillars of the well-architected framework with recipes you can try out for yourself to help your standing when scoring your AWS Well-Architected Review.
24 changes: 7 additions & 17 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#Copyright 2018 Google LLC
#
#Licensed under the Apache License, Version 2.0 (the "License");
#you may not use this file except in compliance with the License.
#You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
#Unless required by applicable law or agreed to in writing, software
#distributed under the License is distributed on an "AS IS" BASIS,
#WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#See the License for the specific language governing permissions and
#limitations under the License.
#
rm -rf public/
HUGO_ENV="production" hugo --gc || exit 1
s3deploy -source=public/ -region=eu-west-1 -bucket=bep.is -distribution-id=E8OKNT7W9ZYZ2 -path temp/td
#!/bin/bash

hugo
cd public
aws s3 sync --acl public-read . s3://thewellarchitectedguideto.com/
aws cloudfront create-invalidation --distribution-id E3NI5N6G31OPR5 --paths "/*"
cd ../
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"dependencies": {
"postcss-cli": "^9.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12"
}
}
Binary file added static/The-Well-Architected-guide-to-S3.epub
Binary file not shown.
Binary file added static/The-Well-Architected-guide-to-S3.pdf
Binary file not shown.

0 comments on commit d632c39

Please sign in to comment.