mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-14 03:52:38 +00:00
Disable Travis deploy for the time being
This commit is contained in:
26
.travis.yml
26
.travis.yml
@@ -4,16 +4,16 @@ node_js:
|
||||
- "11.6.0"
|
||||
install:
|
||||
- npm install
|
||||
deploy:
|
||||
local_dir: public
|
||||
provider: pages
|
||||
fqdn: koodiklinikka.fi
|
||||
skip_cleanup: true
|
||||
github_token: "$GITHUB_TOKEN"
|
||||
repo: koodiklinikka/koodiklinikka.github.io
|
||||
target_branch: master
|
||||
on:
|
||||
branch: master
|
||||
after_success:
|
||||
- chmod ugo+x ./deploy-surge.sh
|
||||
- "./deploy-surge.sh"
|
||||
#deploy:
|
||||
# local_dir: public
|
||||
# provider: pages
|
||||
# fqdn: koodiklinikka.fi
|
||||
# skip_cleanup: true
|
||||
# github_token: "$GITHUB_TOKEN"
|
||||
# repo: koodiklinikka/koodiklinikka.github.io
|
||||
# target_branch: master
|
||||
# on:
|
||||
# branch: master
|
||||
#after_success:
|
||||
# - chmod ugo+x ./deploy-surge.sh
|
||||
# - "./deploy-surge.sh"
|
||||
|
||||
Reference in New Issue
Block a user