Skip to content

Commit aa4d7ce

Browse files
committed
Change incorrect file name in before_deploy section
1 parent be3d8ce commit aa4d7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ after_success:
5252
before_deploy:
5353
- openssl aes-256-cbc -K $encrypted_18064ed45155_key -iv $encrypted_18064ed45155_iv -in travis_deploy_rsa.enc -out /tmp/travis_deploy_rsa -d
5454
- eval "$(ssh-agent -s)"
55-
- chmod 600 /tmp/deploy_rsa
56-
- ssh-add /tmp/deploy_rsa
55+
- chmod 600 /tmp/travis_deploy_rsa
56+
- ssh-add /tmp/travis_deploy_rsa
5757
# - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
5858
# make deploy DEPLOY_ENVIRONMENT=staging && make test-e2e;
5959
# fi

0 commit comments

Comments
 (0)