Made sure jekyll builds with production settings
Signed-off-by: Jim Martens <github@2martens.de>
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
|
||||||
@ -24,5 +24,4 @@ deploy:
|
|||||||
script: scripts/deploy.sh
|
script: scripts/deploy.sh
|
||||||
on:
|
on:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- 2.0
|
|
||||||
Reference in New Issue
Block a user