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:
- yarn lint
- AST_COMPARE=1 yarn test -- --runInBand
deploy:
provider: script
script: website/deploy.sh
skip_cleanup: true
on:
branch: master
node: stable
#deploy:
# provider: script
# script: website/deploy.sh
# skip_cleanup: true
# on:
# branch: master
# node: stable