Skip to content

Commit

Permalink
remove BuildProdEnvironment stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Dec 10, 2023
1 parent 2fc275e commit 3343c32
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ and tests static html/webpage configuration
- buildspec_prod.yml = Buildspec to use for the prod deployment CodeBuild project




#### legacy

##### Prepare Existing CloudFront for migration


#### logs
- directory for python log files





#### templates


Expand Down
37 changes: 0 additions & 37 deletions templates/code_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,43 +346,6 @@ Resources:
RunOrder: 1



###############################
#stage 4 Builds the prod
# environment by populating resources created
# in stage 2
###############################
- Name: BuildProdEnvironment
Actions:
- Name: Test
######################################
#List of valid action type providers
#by action can be found here:
#https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers
######################################
ActionTypeId:
Category: Test
Owner: AWS
Version: '1'
Provider: CodeBuild
InputArtifacts:
- Name: !GetAtt GitRepo.Name
- Name: BuildDev
OutputArtifacts:
- Name: BuildProd
#########################################
#Configuration Details by provider can be found here:
#https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#structure-configuration-examples
#
#########################################
Configuration:
PrimarySource: !GetAtt GitRepo.Name
ProjectName:
!Join ['', ['prod-build-', !Ref ProjectName]]

RunOrder: 1


####################################
#Role that will be assumed when
#CodeBuild runs for dev
Expand Down

0 comments on commit 3343c32

Please sign in to comment.