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)