mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Update .travis.yml
This commit is contained in:
parent
5d963803be
commit
c247ead4f4
1 changed files with 5 additions and 6 deletions
11
.travis.yml
11
.travis.yml
|
@ -16,11 +16,10 @@ script:
|
|||
after_success:
|
||||
- lhci autorun --upload.target=temporary-public-storage --staticDistDir=/home/travis/build/k4ustu3h/gitfolio/dist
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
keep_history: true
|
||||
provider: pages:git
|
||||
token: $GITHUB_TOKEN
|
||||
cleanup: false
|
||||
edge: true # opt in to dpl v2
|
||||
local_dir: dist
|
||||
verbose: true
|
||||
on:
|
||||
branch: master
|
||||
fqdn: k4ustu3h.cf
|
||||
|
|
Loading…
Reference in a new issue