add repository info to readme

This commit is contained in:
Yannik Schmidt
2021-09-01 00:09:03 +02:00
parent 29c6c7de71
commit 3c25977746

View File

@@ -54,3 +54,7 @@ The AWS-template setup uses git instead of rsync to pull the server files. The s
# Chaning port or interface
The service is deployed via *"waitress"* and the startup command is defined in the *"ExecStart"*, including interface and port. You can swap out waitress for any other wsgi-server like *uwsgi* or *gunicorn*.
# Changing the Repository
The AWS-Setup currently uses *git@github.com:FAUSheppy/jeffrey_miller_flask_ftp.git* as the repository to pull and adds a deploy key configured in this repository. If you change the repository, you need to configure a new deploy key and change the repository URL in *aws/template.yml*.