mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-05-04 17:32:50 +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
|
script: website/_bin/deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
os: linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"web:build": "cd website && bundle exec jekyll build --incremental",
|
"web:build": "cd website && bundle exec jekyll build --incremental",
|
||||||
"web:inject": "./website/_bin/inject.sh",
|
"web:inject": "./website/_bin/inject.sh",
|
||||||
"web:install": "cd website && bundle install --path ./_vendor",
|
"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: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'"
|
"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…
x
Reference in New Issue
Block a user