Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoriofrio committed Jun 1, 2020
1 parent 0549021 commit 7c31bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ phases:
- ng build --prod --aot
post_build:
commands:
- aws s3 sync dist/pips ${pips.ec}
- aws s3 sync dist/pips ${S3_BUCKET}
- echo Build completed on `date`
artifacts:
files:
- '**/*'
base-directory: 'dist/pips'
base-directory: 'dist*'
discard-paths: yes

0 comments on commit 7c31bc5

Please sign in to comment.