Skip to content

Commit

Permalink
fix: build3
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Jun 1, 2020
1 parent 0450574 commit d5c0f67
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 @@ -14,7 +14,7 @@ phases:
- ng build --prod --aot
post_build:
commands:
- aws s3 sync dist/pips ${S3_BUCKET}
- aws s3 sync dist/pips ${s3://pipes.ec}
- echo Build completed on `date`
artifacts:
files:
Expand Down

0 comments on commit d5c0f67

Please sign in to comment.