Sha256: 99b6067b87a5bd3c937055ec0b70b03e236c3d694008c5268130530b1a149645

Contents?: true

Size: 816 Bytes

Versions: 2

Compression:

Stored size: 816 Bytes

Contents

= astrovan

simple, lightweight deployment tasks

== WHY?

First, I want to say that I'm *not* doing this because I don't like
capistrano.

I do like (ok, love) capistrano, but think that it can maybe be done
a bit more simply.

This is my attempt.

== Installation

    $ script/plugin install git://github.com/sbfaulkner/astrovan.git

== Sample recipes

=== Update only

    require 'astrovan'

    using 'www.example.com' do
      deploy 'git://github.com/sbfaulkner/scanty.git'
    end

== CHANGES

=== 0.5.3

- handle github private repository urls

== TODO

- stdin handling for exec
- stdout/stderr handling for exec
- other commands (all using exec)
  - cp ?
  - mv ?

== Legal

*Author*:: S. Brent Faulkner <brentf@unwwwired.net>
*License*:: Copyright (c) 2009 unwwwired.net, released under the MIT license

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sbfaulkner-astrovan-0.5.3 README.rdoc
sbfaulkner-astrovan-0.5.4 README.rdoc