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