The latest version of hapistrano is 0.4.8.0-0.

hapistrano

Version 0.3.3.0 revision 0 uploaded by juanpaucar.

Package meta

Synopsis
A deployment library for Haskell applications
Description

Hapistrano makes it easy to reliably deploy Haskell applications to a server.

Following popular libraries like Ruby's <http://capistranorb.com/ Capistrano>, Hapistrano does the work of building the application with dependencies into a distinct folder, and then atomically moves a symlink to the latest complete build.

This allows for atomic switchovers to new application code after the build is complete. Rollback is even simpler, since Hapistrano can just point the current symlink to the previous release.

See the project readme on GitHub for more information.

Author
Justin Leitgeb
Bug reports
https://github.com/stackbuilders/hapistrano/issues
Category
System
Copyright
2015-2017 Stack Builders Inc.
Homepage
https://github.com/stackbuilders/hapistrano
Maintainer
justin@stackbuilders.com
Package URL
n/a
Stability
n/a

Components