From d2717ac3eb5cbd96f750ecb102020ff7dd360a1c Mon Sep 17 00:00:00 2001 From: Kevin Putnam Date: Fri, 13 Sep 2019 10:28:05 -0700 Subject: [PATCH] Docs will now deploy from publish branch. Master will now be staging to preview changes before going live. Publishing currently requires 1 manual step: 1. merge/pull master into publish Previewing on staging requires 1 manual step: 1. hit staging publish URL Signed-off-by: Kevin Putnam --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a04eab51..9856822c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,14 +26,14 @@ deploy: github_token: $GITHUB_TOKEN target-branch: latestHTML on: - branch: master + branch: publish local_dir: source/_build/html/ - provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN target-branch: developmentHTML on: - branch: development + branch: master local_dir: source/_build/html/ - provider: releases skip_cleanup: true