Skip to content

Commit c764b5d

Browse files
singhpratyushmariobehling
authored andcommitted
Fix #1524: Remove deploy for 104.155.231.103 (#1525)
- Remove deploy hooks in .travis.yml - Remove deploy-loklak.sh - Remove encrypted key
1 parent 49c0c94 commit c764b5d

File tree

3 files changed

+0
-63
lines changed

3 files changed

+0
-63
lines changed

.travis.yml

-11
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,3 @@ after_success:
2222
- gradle clean
2323
- bash .utility/push-docker.sh
2424
- bash kubernetes/bin/update-deployment-travis.sh
25-
before_deploy:
26-
- openssl aes-256-cbc -K $encrypted_e0d8735ecce8_key -iv $encrypted_e0d8735ecce8_iv -in .utility/loklakserver.1.enc -out .utility/loklakserver.1 -d
27-
- eval "$(ssh-agent -s)"
28-
- chmod 600 .utility/loklakserver.1
29-
- ssh-add .utility/loklakserver.1
30-
deploy:
31-
- provider: script
32-
skip_cleanup: true
33-
script: ssh [email protected] 'bash -s' < .utility/deploy-loklak.sh
34-
on:
35-
branch: master

.utility/deploy-loklak.sh

-52
This file was deleted.

.utility/loklakserver.1.enc

-3.17 KB
Binary file not shown.

0 commit comments

Comments
 (0)