From 3c25977746b6b532355d539aa180e9676c90d705 Mon Sep 17 00:00:00 2001 From: Yannik Schmidt Date: Wed, 1 Sep 2021 00:09:03 +0200 Subject: [PATCH] add repository info to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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*.