GoBoundless / spar

Single Page Application Rocketship
http://goboundless.github.com/spar/
MIT License
164 stars 14 forks source link

Adding RemoteDeployer strategy #19

Closed GarPit closed 10 years ago

GarPit commented 11 years ago

It allows to deploy to any SSH-accessable server. Just use similar config:

production:
  deploy_strategy: remote  
  remote_host: IP_GOES_HERE
  remote_username: USERNAME
  remote_password: PASSWORD
  remote_path: /opt/awesome_app
GarPit commented 11 years ago

Guys?

jelder commented 10 years ago

@GarPit Hey, thanks for this. Sorry about the silence.

GarPit commented 10 years ago

Ok, thanks for merging this