Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
change bucket variable
  • Loading branch information
ChrisPates committed May 31, 2022
1 parent 5d11b94 commit ed38a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ phases:
- go build -o ssosync main.go

# Package our application with AWS SAM
- aws cloudformation package --template template.yml --s3-bucket $S3_BUCKET --output-template packaged.yml
- aws cloudformation package --template template.yml --s3-bucket ${ARTIFACT_S3_BUCKET} --output-template packaged.yml

artifacts:
files:
Expand Down

0 comments on commit ed38a38

Please sign in to comment.