Merge pull request #16 from 2martens/production
Made sure jekyll builds with production settings
This commit is contained in:
@ -10,7 +10,7 @@ env:
|
|||||||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: bundler
|
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:
|
before_deploy:
|
||||||
- openssl aes-256-cbc -K $encrypted_518a90de15e0_key -iv $encrypted_518a90de15e0_iv
|
- openssl aes-256-cbc -K $encrypted_518a90de15e0_key -iv $encrypted_518a90de15e0_iv
|
||||||
-in deploy_ed25519.enc -out /tmp/deploy_ed25519 -d
|
-in deploy_ed25519.enc -out /tmp/deploy_ed25519 -d
|
||||||
@ -25,4 +25,3 @@ deploy:
|
|||||||
on:
|
on:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- 2.0
|
|
||||||
Reference in New Issue
Block a user