mirror of
https://github.com/stackbuilders/hapistrano.git
synced 2024-12-24 12:05:35 +03:00
e80dc22010
Co-authored-by: Cristhian Motoche <cmotoche@stackbuilders.com> Co-authored-by: David Mazarro <dmunuera@stackbuilders.com>
530 B
530 B
CI Workflows
Overview
- Build
- Build and test Haskell code
- Build Docker image
- Draft
- Create a GH draft release with a static binary
- Release
- Upload the Docker image ghcr.io
- Upload the package and docs to Hackage
Events
graph LR
event[GH Event]-->|on push|Build
event-->|tag created|Draft
Draft-->|create draft release|End
event-->|release published|Release
Release-->|upload artifacts to Hackage/GHCR|End
Build-->End