Fix source dir for S3 deploy

This commit is contained in:
Jez Cope 2016-08-12 13:22:57 +01:00
parent 0d3e068be2
commit 1ed93c8990
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ build:
deploy: deploy:
steps: steps:
- s3sync: - s3sync:
source_dir: output/ source_dir: public/
delete-removed: true delete-removed: true
bucket-url: $AWS_BUCKET_URL bucket-url: $AWS_BUCKET_URL
key-id: $AWS_ACCESS_KEY_ID key-id: $AWS_ACCESS_KEY_ID