NAME
Jup::DSL - heart of jup, dsl for executing a deployment
link
Links application to project
set destdir => '/srv/app';
set workdir => cwd;
link { nginx => { app_path => get 'destdir' } }
AUTHOR
Adam Stokes <adamjs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Adam Stokes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.