Skip to content

Commit

Permalink
Merge pull request #83 from JoseRolles/master
Browse files Browse the repository at this point in the history
Remove post-deployment step to copy web content.
  • Loading branch information
lenopip authored Aug 29, 2024
2 parents 991a50b + b3bed4a commit f183310
Show file tree
Hide file tree
Showing 8 changed files with 374 additions and 192 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,6 @@ To build and deploy your application for the first time, complete the following

8. Check the email account for **MarketplaceTechAdminEmail** and approve the subscription to the SNS topic.

9. If a registration page was created, copy the web files into the WebsiteS3BucketName.

```bash
aws s3 cp ./web/ s3://<NAME_OF_THE_BUCKET_SELECTED_FOR_WebsiteS3BucketName>/ --recursive
```


### Diagram of created resources

Expand Down
4 changes: 1 addition & 3 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ phases:
ParameterKey=CrossAccountId,ParameterValue=${CrossAccountId} \
ParameterKey=CrossAccountRoleName,ParameterValue=${CrossAccountRoleName}-${CODEBUILD_BUILD_NUMBER} \
ParameterKey=CreateRegistrationWebPage,ParameterValue=${CreateRegistrationWebPage}
aws s3 cp ./web/ s3://${WebsiteS3BucketName}-${CODEBUILD_BUILD_NUMBER}/ --recursive
post_build:
commands:
- echo Build completed
Expand All @@ -57,4 +55,4 @@ phases:
fi
artifacts:
files:
- '**/*'
- '**/*'
374 changes: 373 additions & 1 deletion template.yaml

Large diffs are not rendered by default.

Binary file removed web/favicon.ico
Binary file not shown.
61 changes: 0 additions & 61 deletions web/index.html

This file was deleted.

Binary file removed web/logo.png
Binary file not shown.
62 changes: 0 additions & 62 deletions web/script.js

This file was deleted.

59 changes: 0 additions & 59 deletions web/style.css

This file was deleted.

0 comments on commit f183310

Please sign in to comment.