Skip to content

Commit

Permalink
removed legacy AWS deployment code
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhowells committed Jun 12, 2017
1 parent d5dc15f commit f19397a
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 100 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ rvm:
- 2.4.0
install: gem install bundler && bundle install
script: bundle exec jekyll build
after_success: bundle exec s3_website push

# safelist
branches:
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ gem 'jekyll'
gem 'jekyll-paginate'
gem 'nokogiri'
gem 'therubyracer'
gem 's3_website'
gem 'scss_lint'

# Test the build
Expand Down
21 changes: 0 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,9 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
aws-sdk (2.9.37)
aws-sdk-resources (= 2.9.37)
aws-sdk-core (2.9.37)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.9.37)
aws-sdk-core (= 2.9.37)
aws-sigv4 (1.0.0)
colorator (1.1.0)
colored (1.2)
concurrent-ruby (1.0.5)
configure-s3-website (2.0.0)
aws-sdk (~> 2)
deep_merge (~> 1.0.0)
deep_merge (1.0.1)
dotenv (1.0.2)
ethon (0.10.1)
ffi (>= 1.3.0)
ffi (1.9.18)
Expand Down Expand Up @@ -54,7 +41,6 @@ GEM
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jmespath (1.3.1)
kramdown (1.13.2)
libv8 (3.16.14.19)
liquid (3.0.6)
Expand All @@ -76,11 +62,6 @@ GEM
ffi (>= 0.5.0)
ref (2.0.0)
rouge (1.11.1)
s3_website (3.1.0)
colored (= 1.2)
configure-s3-website (= 2.0.0)
dotenv (~> 1.0)
thor (~> 0.18)
safe_yaml (1.0.4)
sass (3.4.24)
scss_lint (0.53.0)
Expand All @@ -89,7 +70,6 @@ GEM
therubyracer (0.12.3)
libv8 (~> 3.16.14.15)
ref
thor (0.19.4)
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand All @@ -106,7 +86,6 @@ DEPENDENCIES
jekyll-paginate
nokogiri
rake
s3_website
scss_lint
therubyracer

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ markdown_ext: markdown,md
encoding: "utf-8"
permalink: /:title/
paginate: 5
exclude: ['README.md', 'Rakefile', 'Gemfile', 'Gemfile.lock', 'node_modules', 'gulpfile.js', 'package.json', 'scss-lint-config.yml', 's3_website']
exclude: ['README.md', 'Rakefile', 'Gemfile', 'Gemfile.lock', 'node_modules', 'gulpfile.js', 'package.json', 'scss-lint-config.yml', yarn.lock]
timezone: America/Phoenix
kramdown:
input: GFM
Expand Down
75 changes: 0 additions & 75 deletions s3_website.yml

This file was deleted.

0 comments on commit f19397a

Please sign in to comment.