We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3d8ce commit aa4d7ceCopy full SHA for aa4d7ce
.travis.yml
@@ -52,8 +52,8 @@ after_success:
52
before_deploy:
53
- openssl aes-256-cbc -K $encrypted_18064ed45155_key -iv $encrypted_18064ed45155_iv -in travis_deploy_rsa.enc -out /tmp/travis_deploy_rsa -d
54
- eval "$(ssh-agent -s)"
55
- - chmod 600 /tmp/deploy_rsa
56
- - ssh-add /tmp/deploy_rsa
+ - chmod 600 /tmp/travis_deploy_rsa
+ - ssh-add /tmp/travis_deploy_rsa
57
# - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
58
# make deploy DEPLOY_ENVIRONMENT=staging && make test-e2e;
59
# fi
0 commit comments