hapistrano

A deployment library for Haskell applications

https://github.com/stackbuilders/hapistrano

Version on this page:0.2.1.1
LTS Haskell 18.28:0.4.3.0
Stackage Nightly 2021-06-14:0.4.2.0
Latest on Hackage:0.4.8.0

See all snapshots hapistrano appears in

MIT licensed by Justin Leitgeb
Maintained by [email protected]
This version can be pinned in stack with:hapistrano-0.2.1.1@sha256:884b66230e3a52a075fa3e7c1f3d4af358e6d76e74095eaa7da643e32e77d953,2572

Module documentation for 0.2.1.1

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.