1.0.2 • Published 8 years ago

travis-deploy-ssh v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

travis-deploy-ssh

It helps travis-ci.org pass .travis.deploy.sh to DEPLOY_HOST with account DEPLOY_USER/DEPLOY_PASSWORD, and run it on DEPLOY_HOST to finish deploy on server.

install

npm install travis-deploy-ssh

run travis_deploy on the target project, and it would help create .travis.deploy.sh and change .travis.yml to make it ready for deploy from travis-ci.org.

then check .travis.yml to set following env variables, or set it on travis-ci.org for senstive data.

  • DEPLOY_USER
  • DEPLOY_HOST
  • DEPLOY_PASSWORD
  • DEPLOY_TARGET_FILE: optional, the path where .travis.deploy.sh will be put on DEPLOY_HOST.

then customize .travis.deploy.sh. please note that it would run on DEPLOY_HOST

license

MIT

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago