Created
January 15, 2016 23:33
-
-
Save ideasasylum/bf5fbd876df70e7b24ff to your computer and use it in GitHub Desktop.
wercker.yml file for a Hugo site with s3 deployment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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