Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Aug 22, 2024
1 parent c0d51af commit c75037f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ version: 0.2
phases:
pre_build:
commands:
- echo s3://${S3CFBUCKET}/api
- aws s3 ls s3://${S3CFBUCKET}/
- aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${ECR_REGISTRY}
- echo s3://${S3CFBUCKET}/api
- aws s3 ls s3://${S3CFBUCKET}/

build:
commands:
Expand Down

0 comments on commit c75037f

Please sign in to comment.