Skip to content

Commit

Permalink
Merge pull request #72 from inverse/patch-1
Browse files Browse the repository at this point in the history
Update s3-publish.sh
  • Loading branch information
beryllium committed Feb 13, 2020
2 parents b76d754 + 85be528 commit e92c7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-publish.sh
Expand Up @@ -55,4 +55,4 @@ else
DRY_RUN=''
fi

s3cmd --config="$S3_CONFIG" $DRY_RUN --force --recursive $DELETE_REMOVED --bucket-location=$S3_REGION --progress --acl-public sync output_prod/ s3://$S3_BUCKET
s3cmd --config="$S3_CONFIG" $DRY_RUN --force --recursive $DELETE_REMOVED --bucket-location=$S3_REGION --progress --acl-public sync output_prod/ s3://$S3_BUCKET

0 comments on commit e92c7f5

Please sign in to comment.