Skip to content

Instantly share code, notes, and snippets.

@ideasasylum
Created January 15, 2016 23:33
Show Gist options
  • Save ideasasylum/bf5fbd876df70e7b24ff to your computer and use it in GitHub Desktop.
Save ideasasylum/bf5fbd876df70e7b24ff to your computer and use it in GitHub Desktop.
wercker.yml file for a Hugo site with s3 deployment
box: debian
build:
steps:
- arjen/hugo-build:
version: "0.15"
theme: "rw-theme"
deploy:
steps:
- s3sync:
source_dir: public/
delete-removed: true
bucket-url: $AWS_BUCKET_URL
key-id: $AWS_ACCESS_KEY_ID
key-secret: $AWS_SECRET_ACCESS_KEY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment