From 64d89eaa3bb763b3482309827d6fcf24b34bb909 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 31 Aug 2018 01:21:34 -0400 Subject: [PATCH] publish on merge to develop --- .travis/publish-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/publish-site.sh b/.travis/publish-site.sh index 4dda3d4bf..8997b73b2 100755 --- a/.travis/publish-site.sh +++ b/.travis/publish-site.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" == "1.x" && "${TRAVIS_REPO_SLUG}" == "sbt/website" ]]; then +if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${TRAVIS_BRANCH}" == "develop" && "${TRAVIS_REPO_SLUG}" == "sbt/website" ]]; then openssl version echo -e "Host github.com\n\tStrictHostKeyChecking no\nIdentityFile ~/.ssh/deploy_rsa\n" >> ~/.ssh/config openssl aes-256-cbc -K $encrypted_e29f8a2ff2bf_key -iv $encrypted_e29f8a2ff2bf_iv -in .travis/deploy_rsa.enc -out .travis/deploy_rsa -d