link deployment methods in README.md & SUMMARY.md

This commit is contained in:
Ulf Gebhardt 2021-03-02 09:24:51 +01:00
parent c3ca5f0965
commit e2d0a88b41
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -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)