Skip to content

Commit

Permalink
[BUGFIX] Adapt server ip address for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 15, 2020
1 parent 245c8f8 commit 6cded41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
if: branch = master AND fork = false AND type = push
addons:
ssh_known_hosts:
- 185.215.157.217
- 185.243.134.79
script:
- >
openssl aes-256-cbc -K $encrypted_068845507e9d_key -iv $encrypted_068845507e9d_iv -in Build/deploy_rsa.enc -out /tmp/deploy_rsa -d;
Expand Down

0 comments on commit 6cded41

Please sign in to comment.