Merge pull request #14 from commons-stack/autodeploy

add autodeploy travis yaml
This commit is contained in:
dappLion 2019-11-09 16:41:18 +01:00 committed by GitHub
commit 76a993d9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: node_js
node_js:
- "10"
install:
- yarn
script:
- yarn run build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
local-dir: build
on:
branch: master