From 6da5bfd8aedb3f02dd43d2648b6228256735bce2 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 28 Jul 2016 02:18:49 -0400 Subject: updated gitignore and add s3 website configs for docs and api --- api-docs/s3_website.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api-docs/s3_website.yml (limited to 'api-docs') diff --git a/api-docs/s3_website.yml b/api-docs/s3_website.yml new file mode 100644 index 00000000..a507fc8e --- /dev/null +++ b/api-docs/s3_website.yml @@ -0,0 +1,16 @@ +s3_id: <%= ENV['S3_ID'] %> +s3_secret: <%= ENV['S3_SECRET'] %> +s3_bucket: api.binary.ninja + +site: <%= File.dirname(__FILE__) + "/build/html" %> + +index_document: index.html +error_document: index.html + +gzip: + - .html + - .css + - .md + +s3_endpoint: us-east-1 +s3_reduced_redundancy: true -- cgit v1.3.1