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/deis/postgres)
6
8
7
9
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.
8
10
9
-
For more information about the Deis Workflow, please visit the main project page at https://github.com/deisthree/workflow.
11
+
For more information about the Deis Workflow, please visit the main project page at https://github.com/teamhephy/workflow.
10
12
11
13
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].
12
14
@@ -35,15 +37,15 @@ In order to develop and test this component in a Deis cluster, you'll need the f
35
37
36
38
## Testing Your Code
37
39
38
-
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/deisthree/postgres/blob/master/contrib/ci/test.sh) for an example test.
40
+
Once you have all the aforementioned prerequisites, you are ready to start writing code. Once you've finished building a new feature or fixed a bug, please write a unit or integration test for it if possible. See [an existing test](https://github.com/teamhephy/postgres/blob/master/contrib/ci/test.sh) for an example test.
39
41
40
-
If your feature or bugfix doesn't easily lend itself to unit/integration testing, you may need to add tests at a higher level. Please consider adding a test to our [end-to-end test suite](https://github.com/deisthree/workflow-e2e) in that case. If you do, please reference the end-to-end test pull request in your pull request for this repository.
42
+
If your feature or bugfix doesn't easily lend itself to unit/integration testing, you may need to add tests at a higher level. Please consider adding a test to our [end-to-end test suite](https://github.com/teamhephy/workflow-e2e) in that case. If you do, please reference the end-to-end test pull request in your pull request for this repository.
41
43
42
44
### Dogfooding
43
45
44
46
Finally, we encourage you to [dogfood](https://en.wikipedia.org/wiki/Eating_your_own_dog_food) this component while you're writing code on it. To do so, you'll need to build and push Docker images with your changes.
45
47
46
-
This project has a [Makefile](https://github.com/deisthree/postgres/blob/master/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
48
+
This project has a [Makefile](https://github.com/teamhephy/postgres/blob/master/Makefile) that makes these tasks significantly easier. It requires the following environment variables to be set:
47
49
48
50
*`DEIS_REGISTRY` - A Docker registry that you have push access to and your Kubernetes cluster can pull from
49
51
* If this is [Docker Hub](https://hub.docker.com/), leave this variable empty
@@ -64,7 +66,7 @@ make docker-build docker-push
64
66
Note that you'll have to push your image to a Docker repository (`make docker-push`) in order for your Kubernetes cluster to pull the image. This is important for testing in your cluster.
0 commit comments