Disable automatic website deployment [ci skip]

master
Lucas Azzola 2017-07-02 11:13:58 +10:00 committed by GitHub
parent 770ea21c29
commit c3346b0363
1 changed files with 7 additions and 7 deletions

View File

@ -21,10 +21,10 @@ before_script:
script: script:
- yarn lint - yarn lint
- AST_COMPARE=1 yarn test -- --runInBand - AST_COMPARE=1 yarn test -- --runInBand
deploy: #deploy:
provider: script # provider: script
script: website/deploy.sh # script: website/deploy.sh
skip_cleanup: true # skip_cleanup: true
on: # on:
branch: master # branch: master
node: stable # node: stable