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
[](https://quay.io/repository/deisci/slugbuilder)
11
11
12
12
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
13
13
14
-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
14
+
For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
15
15
16
16
We welcome your input! If you have feedback, please [submit an issue][issues]. If you'd like to participate in development, please read the "Development" section below and [submit a pull request][prs].
17
17
18
18
# About
19
19
20
20
The slugbuilder downloads a git archive ([gzip](http://www.gzip.org/)ped [tar](https://www.gnu.org/software/tar/)ball) from a specified [S3 API compatible server][s3-api], compiles a [slug](https://devcenter.heroku.com/articles/slug-compiler) and uploads it to a specified S3 API compatible server.
21
21
22
-
This component is usually launched by the [Deis Builder](https://github.com/deisthree/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
22
+
This component is usually launched by the [Deis Builder](https://github.com/teamhephy/builder) and used inside the Deis [PaaS](https://en.wikipedia.org/wiki/Platform_as_a_service), but it is flexible enough to be used as a pod inside any Kubernetes cluster.
23
23
24
-
Please see https://github.com/deisthree/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
24
+
Please see https://github.com/teamhephy/builder/blob/master/README.md for a more detailed description of how `slugbuilder` interacts with `builder`.
25
25
26
26
# Development
27
27
@@ -33,7 +33,7 @@ The Deis project welcomes contributions from all developers. The high level proc
33
33
* If your PR fixes any [issues][issues], make sure you write Fixes #1234 in your PR description (where #1234 is the number of the issue you're closing)
34
34
* The Deis core contributors will review your code. After each of them sign off on your code, they'll label your PR with LGTM1 and LGTM2 (respectively). Once that happens, the contributors will merge it
0 commit comments