diff --git a/README.md b/README.md index 1babfaa..8878bf1 100644 --- a/README.md +++ b/README.md @@ -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*.