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:
|
after_success:
|
||||||
- lhci autorun --upload.target=temporary-public-storage --staticDistDir=/home/travis/build/k4ustu3h/gitfolio/dist
|
- lhci autorun --upload.target=temporary-public-storage --staticDistDir=/home/travis/build/k4ustu3h/gitfolio/dist
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages:git
|
||||||
skip_cleanup: true
|
token: $GITHUB_TOKEN
|
||||||
github_token: $GITHUB_TOKEN
|
cleanup: false
|
||||||
keep_history: true
|
edge: true # opt in to dpl v2
|
||||||
local_dir: dist
|
local_dir: dist
|
||||||
verbose: true
|
verbose: true
|
||||||
on:
|
fqdn: k4ustu3h.cf
|
||||||
branch: master
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue