You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository holds the Deis Builder. Builder runs a git server to respond to `git push`es from clients. When it receives a push, it takes the following high level steps:
5
+
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage
6
+
applications on your own servers. Deis builds on [Kubernetes](http://kubernetes.io/) to provide
7
+
a lightweight, [Heroku-inspired](http://heroku.com) workflow.
Deis Builder v2 is changing quickly. Your feedback and participation are more than welcome, but be
14
+
aware that this project is considered a work in progress.
15
+
16
+
# About
17
+
18
+
This package provides a the Deis Builder, a git server to respond to `git push`es from clients. When it receives a push, it takes the following high level steps:
6
19
7
20
1. Accepts the code and writes to the local file system
8
21
2. Calls `git archive` to produce a tarball (i.e. a `.tar.gz` file) on the local file system
0 commit comments