Skip to content

Commit

Permalink
Setup remove buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
mgi166 committed Aug 13, 2017
1 parent 9b61523 commit f0e948e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,15 @@ functions:

plugins:
- serverless-webpack
- serverless-s3-remover

custom:
webpack: webpack.config.js
webpackIncludeModules: true
remover:
buckets:
- ${env:SOURCE_S3_BUCKET_NAME}
- ${env:DEST_S3_BUCKET_NAME}

resources:
Resources:
Expand Down

0 comments on commit f0e948e

Please sign in to comment.