CodeBuildProject: Type: AWS::CodeBuild::Project Properties: Name: PublishBlog Description: Publishes a pelican blog ServiceRole: arn:aws:iam::NOPE:role/service-role/codebuild-PublishBlog-service-role Artifacts: Type: no_artifacts Environment: Type: LINUX_CONTAINER ComputeType: BUILD_GENERAL1_SMALL Image: aws/codebuild/python:3.5.6 Source: Location: https://github.com/QuinnyPig/LastWeekinAWS.git Type: GITHUB Auth: - type: OAUTH BuildSpec: "" GitCloneDepth: 1 InsecureSsl: false ReportBuildStatus: true TimeoutInMinutes: 10 Tags: - Key: project Value: lastweekinaws