Turn off auto-deployment for now

This commit is contained in:
Michael Droettboom 2018-04-09 20:41:14 -04:00
parent 28a796ca1c
commit 28e7ab075b
1 changed files with 11 additions and 11 deletions

View File

@ -25,17 +25,17 @@ install:
script: script:
- make test - make test
deploy: # deploy:
provider: pages # provider: pages
github-token: "$GITHUB_TOKEN" # github-token: "$GITHUB_TOKEN"
skip-cleanup: true # skip-cleanup: true
keep-history: false # keep-history: false
repo: iodide-project/pyodide-demo # repo: iodide-project/pyodide-demo
verbose: false # verbose: false
local-dir: build # local-dir: build
target-branch: master # target-branch: master
on: # on:
branch: master # branch: master
env: env:
global: global: