Skip to content

Commit

Permalink
update pipeline files
Browse files Browse the repository at this point in the history
  • Loading branch information
SoManyHs committed Mar 30, 2020
1 parent de1b86f commit 8fd5fcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions ecs-project/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -70,4 +70,4 @@ phases:
done;
artifacts:
files:
- "infrastructure/*"
- "infrastructure/*"
8 changes: 3 additions & 5 deletions ecs-project/pipeline.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 8fd5fcc

Please sign in to comment.