Skip to content

Commit

Permalink
Fix #1524: Remove deploy for 104.155.231.103 (#1525)
Browse files Browse the repository at this point in the history
- Remove deploy hooks in .travis.yml
- Remove deploy-loklak.sh
- Remove encrypted key
  • Loading branch information
singhpratyush authored and mariobehling committed Sep 10, 2017
1 parent 49c0c94 commit c764b5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 63 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ after_success:
- gradle clean
- bash .utility/push-docker.sh
- bash kubernetes/bin/update-deployment-travis.sh
before_deploy:
- openssl aes-256-cbc -K $encrypted_e0d8735ecce8_key -iv $encrypted_e0d8735ecce8_iv -in .utility/loklakserver.1.enc -out .utility/loklakserver.1 -d
- eval "$(ssh-agent -s)"
- chmod 600 .utility/loklakserver.1
- ssh-add .utility/loklakserver.1
deploy:
- provider: script
skip_cleanup: true
script: ssh [email protected] 'bash -s' < .utility/deploy-loklak.sh
on:
branch: master
52 changes: 0 additions & 52 deletions .utility/deploy-loklak.sh

This file was deleted.

Binary file removed .utility/loklakserver.1.enc
Binary file not shown.

0 comments on commit c764b5d

Please sign in to comment.