[Catalyst] Cache of unchanging content

Pedro Melo melo at simplicidade.org
Wed Mar 2 17:27:25 GMT 2011


Hi,

On Wed, Mar 2, 2011 at 5:24 PM, Tomas Doran <bobtfish at bobtfish.net> wrote:
> Installing to production servers via rsync / unison is insane, as there is
> exactly no way of knowing what version the production server is on, with
> what bugs...

Of course you can. You can include a file .version at the root created
with 'git describe --always' > .version before you rsync, and then
include it on your test reports.

Rsync is a valid deployment method, specially if you use a stage
server where you make install you app.

Bye,
-- 
Pedro Melo
http://www.simplicidade.org/
xmpp:melo at simplicidade.org
mailto:melo at simplicidade.org



More information about the Catalyst mailing list