Skip to content

Commit

Permalink
publish on merge to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Aug 31, 2018
1 parent 5524bb3 commit 64d89ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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
Expand Down

0 comments on commit 64d89ea

Please sign in to comment.