From 8fd5fccf6e5719a70dd8f4afa933ccdc0042102f Mon Sep 17 00:00:00 2001 From: Hsing-Hui Hsu Date: Mon, 30 Mar 2020 16:18:37 -0700 Subject: [PATCH] update pipeline files --- ecs-project/buildspec.yml | 6 +++--- ecs-project/pipeline.yml | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ecs-project/buildspec.yml b/ecs-project/buildspec.yml index 69c4699..a0f5ded 100644 --- a/ecs-project/buildspec.yml +++ b/ecs-project/buildspec.yml @@ -9,8 +9,8 @@ phases: - echo "cd into $CODEBUILD_SRC_DIR" - cd $CODEBUILD_SRC_DIR # Download the ecs-cli-v2 linux binary. - - wget https://ecs-cli-v2-release.s3.amazonaws.com/ecs-preview-linux-v0.0.5-136-gfc8fcfc - - mv ./ecs-preview-linux-v0.0.5-136-gfc8fcfc ./ecs-preview + - wget https://ecs-cli-v2-release.s3.amazonaws.com/ecs-preview-linux-v0.0.7 + - mv ./ecs-preview-linux-v0.0.7 ./ecs-preview - chmod +x ./ecs-preview build: commands: @@ -70,4 +70,4 @@ phases: done; artifacts: files: - - "infrastructure/*" \ No newline at end of file + - "infrastructure/*" diff --git a/ecs-project/pipeline.yml b/ecs-project/pipeline.yml index 2228341..687fb66 100644 --- a/ecs-project/pipeline.yml +++ b/ecs-project/pipeline.yml @@ -1,7 +1,7 @@ # This YAML file defines the relationship and deployment ordering of your environments. # The name of the pipeline -name: pipeline-backend-aws-samples-aws-reinvent-2019-trivia-game +name: pipeline-backend-SoManyHs-aws-reinvent-trivia-2019-backend # The version of the schema used in this template version: 1 @@ -14,14 +14,12 @@ source: # the artifacts should be sourced from. For example, the GitHub provider # has the following properties: repository, branch. properties: - access_token_secret: github-token-backend-aws-reinvent-2019-trivia-game + access_token_secret: github-token-backend-aws-reinvent-trivia-2019-backend branch: master - repository: https://github.com/aws-samples/aws-reinvent-2019-trivia-game + repository: https://github.com/SoManyHs/aws-reinvent-trivia-2019-backend # The deployment section defines the order the pipeline will deploy # to your environments. stages: - - # The name of the environment to deploy to. - name: hotdog - # The name of the environment to deploy to. name: staging