Skip to content

Instantly share code, notes, and snippets.

@zetter
Created December 6, 2014 20:48
Show Gist options
  • Save zetter/c0d5d2ea46f87c38566d to your computer and use it in GitHub Desktop.
Save zetter/c0d5d2ea46f87c38566d to your computer and use it in GitHub Desktop.
Deploying my personal site using s3cmd
#!/bin/bash
jekyll build
s3cmd sync -r --acl-public public/ s3://chriszetter.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment