From e2d0a88b41259191298420c2e62d9e24043fb555 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 2 Mar 2021 09:24:51 +0100 Subject: [PATCH] link deployment methods in README.md & SUMMARY.md --- README.md | 6 ++++++ SUMMARY.md | 1 + 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 87c8137da..8b24a8388 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,12 @@ docker-compose -f docker-compose.yml up This will start all required Docker containers +## Deployment + +Deployment methods can be found in the [Ocelot-Social-Deploy-Rebranding](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding) repository. + +The only deployment method in this repository is `docker-compose` for development purposes as described above. + ## Developer Chat Join our friendly open-source community on [Discord](https://discordapp.com/invite/DFSjPaX) :heart_eyes_cat: diff --git a/SUMMARY.md b/SUMMARY.md index b58f7d06e..9c74b1974 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -15,6 +15,7 @@ * [End-to-end tests](cypress/README.md) * [Frontend tests](webapp/testing.md) * [Backend tests](backend/testing.md) +* [Deployment](https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/blob/master/deployment/README.md) * [Contributing](CONTRIBUTING.md) * [Feature Specification](cypress/features.md) * [Code of conduct](CODE_OF_CONDUCT.md)