Merge pull request #16 from 2martens/production

Made sure jekyll builds with production settings
This commit is contained in:
Jim Martens 2017-12-29 10:03:50 +01:00 committed by GitHub
commit 49deb030e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -10,7 +10,7 @@ env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
sudo: false
cache: bundler
script: bundle exec jekyll build && bundle exec htmlproofer ./_site --disable-external
script: JEKYLL_ENV=production bundle exec jekyll build && bundle exec htmlproofer ./_site --disable-external
before_deploy:
- openssl aes-256-cbc -K $encrypted_518a90de15e0_key -iv $encrypted_518a90de15e0_iv
-in deploy_ed25519.enc -out /tmp/deploy_ed25519 -d
@ -24,5 +24,4 @@ deploy:
script: scripts/deploy.sh
on:
branch:
- master
- 2.0
- master