Created
December 6, 2014 20:48
-
-
Save zetter/c0d5d2ea46f87c38566d to your computer and use it in GitHub Desktop.
Deploying my personal site using s3cmd
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
#!/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