From c247ead4f491da8d36204b952a9a6147a5d06396 Mon Sep 17 00:00:00 2001 From: K4USTU3H Date: Wed, 11 Dec 2019 21:15:12 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b3fbc0..dddd90b 100644 --- a/.travis.yml +++ b/.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