mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-22 07:15:27 +00:00
Fix deploys
This commit is contained in:
@ -39,7 +39,7 @@ script: test/acceptance.sh
|
|||||||
deploy:
|
deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
provider: script
|
provider: script
|
||||||
script: website/./node_modules/lanyon/scripts/ci-deploy.sh
|
script: ./node_modules/lanyon/scripts/ci-deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
condition: $TRAVIS_OS_NAME = linux
|
condition: $TRAVIS_OS_NAME = linux
|
||||||
|
Reference in New Issue
Block a user