AUTHOR
Lenz Gschwendtner, <lenz@springtimesoft.com>
SYNOPSIS
gio [options] [deploy|rollback|restart]
Options:
--config|c config file to use
--offset|o offset to start from in stage list
--help|h brief help message
--debug|d turn on debug output
--man full documentation
CONFIG
To configure a project to use Giovanni simply put a `.giovanni.conf` file in the root directory of your program. The syntax of the config looks like this:
[deploy "project_name"]
hosts = host.name, IP, ...
root = /base/path/to/project
init = /etc/init.d/project_name
stages = update_cache, rollout_timestamped, restart_phased, notify
repo = git://github.com/username/project_name.git
cache = /tmp/repo
user = deploy
BUGS
Please report any bugs or feature requests to <lenz@springtimesoft.com>
SUPPORT
You can find documentation for this module with the man command.
man gio
ACKNOWLEDGEMENTS
Thanks for capistrano for showing me how to deploy nicely
COPYRIGHT & LICENSE
Copyright 2011 Lenz Gschwendtner, springtimesoft LTD, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.