Skip to content

Commit

Permalink
fix: build03
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Jun 1, 2020
1 parent d5c0f67 commit 72ee5b1
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://pipes.ec}
- aws s3 sync dist/pips s3://pipes.ec
- echo Build completed on `date`
artifacts:
files:
Expand Down

0 comments on commit 72ee5b1

Please sign in to comment.