We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7655c74 commit f14c3beCopy full SHA for f14c3be
1 file changed
NEW_PROJECT.md
@@ -1,8 +1,8 @@
1
# Adding new project
2
3
- Update `./images/build_images.sh` (add project's directory).
4
-- Update `./k8s/projects.yaml` (add project).
5
-- Update `./k8s/all_*.txt` (lists of projects to process).
+- Update `./k8s/projects.yaml` `./example/projects.yaml`, `./gql/projects.yaml` (add project where needed).
+- Update `./k8s/all_*.txt`, `./example/all_*.txt`, `./gql/all_*.txt` (lists of projects to process).
6
- Run `DOCKER_USER=... ./images/build_images.sh` to build a new image.
7
- Eventually run `DOCKER_USER=... ./images/remove_images.sh` to remove image locally (new image is pushed to the Docker hub).
8
0 commit comments