Skip to content

Commit

Permalink
Merge pull request #31 from rrigato/dev
Browse files Browse the repository at this point in the history
cleanup buildspec_dev yml file
  • Loading branch information
rrigato authored Dec 22, 2023
2 parents f976d25 + d770628 commit e08051c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 177 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ git secrets --scan-history
### Project Directory Overview
Provides information on each directory/ source file

#### builds

- buildspec_dev_homepage.yml = Creates templates/static_webpage.yml
and tests static html/webpage configuration



Expand Down
81 changes: 0 additions & 81 deletions builds/buildspec_dev_homepage.yml

This file was deleted.

8 changes: 1 addition & 7 deletions templates/code_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,9 @@ Resources:
#
#Stages for this environment:
#Stage 1) Source = Get source code repository
#stage 2) Build = Runs CodeBuildPythonTests CodeBuild Project
# from this buildspec:
#builds/buildspec_dev_homepage.yml
#
#stage 3) Deploy create/updates the
#stage 2) Deploy create/updates the
#templates/prod_resource_import.yml
#stage 4) Build = runs any configuration necessary
#to deploy built html files to prod
###########################################
CodePipelineStack:
Type: AWS::CodePipeline::Pipeline
Expand Down Expand Up @@ -128,7 +123,6 @@ Resources:
Actions:
############################
#First action of this deploy prod stage
#Creates/updates the templates/static_webpage.yml
#cloudformation template which was an import
#existing cloudresources
############################
Expand Down
2 changes: 1 addition & 1 deletion templates/prod_resource_import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Resources:
OriginAccessIdentity: !Sub "origin-access-identity/cloudfront/${CloudFrontOai}"
ViewerCertificate:
AcmCertificateArn: !Join ['', ['arn:aws:acm:us-east-1:', !Ref 'AWS::AccountId',
':certificate/', !Ref CertificateId]]
':certificate/', !Ref CertificateId]]

#Server Name Identification (SNI) =
#Allow cloudfront edge servers to
Expand Down
84 changes: 0 additions & 84 deletions templates/static_webpage.yml

This file was deleted.

0 comments on commit e08051c

Please sign in to comment.