Skip to content

Commit

Permalink
Don't deploy with reduced redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Mar 29, 2015
1 parent c79e7da commit 2ea9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SiteConfig.groovy
Expand Up @@ -60,7 +60,7 @@ ruby {

// Deployment settings.
s3_bucket = "varblog.org"
s3_deploy_cmd = "s3cmd -c ${System.getenv('HOME')}/.s3cfg-varblog.org sync --acl-public --reduced-redundancy ${destination_dir}/ s3://${s3_bucket}/"
s3_deploy_cmd = "s3cmd -c ${System.getenv('HOME')}/.s3cfg-varblog.org sync --acl-public ${destination_dir}/ s3://${s3_bucket}/"

rsync_ssh_user = 'user@example.com'
rsync_ssh_port = '22'
Expand Down

0 comments on commit 2ea9ed8

Please sign in to comment.