Skip to content

Commit

Permalink
💚 去除自动部署功能.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojun1998 committed May 10, 2019
1 parent 19b40cd commit 4c09ea5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,4 @@ language: java
jdk:
- openjdk8
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true
script: mvn test
before_install:
- openssl aes-256-cbc -K $encrypted_2f25aa51b044_key -iv $encrypted_2f25aa51b044_iv
-in deploy_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- echo -e "Host 47.91.226.227\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config

after_success:
- scp -o stricthostkeychecking=no -r target/shiro-action-0.3.jar root@47.91.226.227:/data
- ssh root@47.91.226.227 "bash /data/start.sh"
- exit
- eeooff
script: mvn test

0 comments on commit 4c09ea5

Please sign in to comment.