Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 711 Bytes

sts-buildpack-autossh

A custom Heroku buildpack for that securely configures an SSH tunnel to another server from each dyno and ensure it stays up by using autossh.

This project uses make for maintenance and testing.

Updating autossh installer

To update the cached version of autossh, run:

make vendor_update

Testing

For testing changes to this buildpack we recommend using Vagrant with the Vagrantfile provided.

To build and run your vagrant box, run:

make vagrant_start

Inside the Linux virtual host, run:

cd /vagrant && make test

That's all folks. Enjoy!