mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 09:37:29 +00:00
Add GitHub Pages Deployment to .travis.yml (fixes #3309)
This commit is contained in:
parent
db51a03f6e
commit
e8eb09d6ec
12
.travis.yml
12
.travis.yml
@ -22,6 +22,14 @@ before_script:
|
||||
- grunt prod
|
||||
notifications:
|
||||
email: true
|
||||
# Taken from: https://github.com/mdix/es6-babel-browserify-karma-boilerplate/blob/master/.travis.yml#L3
|
||||
# Above is taken from: https://github.com/mdix/es6-babel-browserify-karma-boilerplate/blob/master/.travis.yml#L3
|
||||
|
||||
#trying test
|
||||
# Below is documented at https://docs.travis-ci.com/user/deployment/pages/
|
||||
deploy:
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
local-dir: dist/community-app
|
||||
github-token: $GITHUB_TOKEN
|
||||
keep-history: true
|
||||
on:
|
||||
branch: develop
|
||||
|
||||
Loading…
Reference in New Issue
Block a user