2485 shaares
83 private links
83 private links
Application life-cycle management.
Create automated builds, deploys, management with habitat.
- you write your code.
- you write a plan.sh including dependencies, build steps and compile steps if necessary.
- you manually or automatically run habitat builder according to the plan (through github hooks - gitlab possible?)
- you get a .hart package to upload to habitat
- you can automatically created containerized applications out of it -> docker etc