Skip to content

Commit 9269091

Browse files
committed
Deployment steps updated in Docs
1 parent 8e21945 commit 9269091

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858
- name: Package Release
5959
run: zip -r packaged.zip -@ < ci/include.lst
6060
- name: Upload Release
61-
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/amazon-cloudfront-secure-static-site/${{ env.THIS_VERSION }}/amazon-cloudfront-secure-static-site.zip
61+
run: aws s3 cp packaged.zip s3://$CFN_BUCKET/amazon-cloudfront-secure-static-site/v${{ env.THIS_VERSION }}/amazon-cloudfront-secure-static-site.zip
6262
env:
6363
CFN_BUCKET: ${{ secrets.CFN_BUCKET }}

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ resources.
8484
8585
1. Deploy the latest CloudFormation template using the AWS Console by choosing the "*Launch Template*" button below for your preferred AWS region. If you wish to [deploy using the AWS CLI] instead, you can refer to the "*Template Link*" to download the template files.
8686

87+
| Region | Launch Template | Template Link |
88+
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
89+
| **US East (N. Virginia)** (us-east-1) | [![Launch the Amazon S3 Find and Forget Stack with CloudFormation](./docs/images/deploy-to-aws.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=amazon-cloudfront-secure-static-site-templates-main&templateURL=https://s3.amazonaws.com/solution-builders-us-east-1/amazon-cloudfront-secure-static-site/latest/main.yaml) | [Link](https://s3.amazonaws.com/solution-builders-us-east-1/amazon-cloudfront-secure-static-site/latest/main.yaml)
8790

8891

8992
2. If prompted, login using your AWS account credentials.

docs/images/deploy-to-aws.png

5.13 KB
Loading

templates/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Metadata:
1313
Mappings:
1414
Solution:
1515
Constants:
16-
Version: '0.1'
16+
Version: 'v0.1'
1717

1818
Parameters:
1919
SubDomain:

0 commit comments

Comments
 (0)