mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 14:47:52 +00:00
Fix os condition for deploys
This commit is contained in:
parent
00f84ff8d9
commit
0487f12fff
@ -24,4 +24,4 @@ deploy:
|
||||
script: website/_bin/deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
os: linux
|
||||
condition: $TRAVIS_OS_NAME = linux
|
||||
|
@ -16,7 +16,7 @@
|
||||
"web:build": "cd website && bundle exec jekyll build --incremental",
|
||||
"web:inject": "./website/_bin/inject.sh",
|
||||
"web:install": "cd website && bundle install --path ./_vendor",
|
||||
"web:preview": "npm-run-all --parallel web:watch web:serve",
|
||||
"web:preview": "npm-run-all web:install --parallel web:watch web:serve",
|
||||
"web:serve": "cd website/_site && browser-sync start --server --files .",
|
||||
"web:watch": "nodemon --verbose --watch ./ --ignore 'website/*.md' --ignore 'website/_site/*' --ext json,md,js,css,png,jpg --exec 'npm-run-all web:inject web:build'"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user