adding sync to remote repo - #37
Conversation
…omatically synced to remote repo. This can be disabled with the, 'SYNC_REMOTE_REPO' in settings.py
…n be enabled/disabled in utils.py
|
Will you also write documentation for this setting and feature? |
|
I have put up a docker image with working sync and LDAP at: It has instructions under, 'Sync to remote repo:' I have also added some comments above 'SYNC_REMOTE_REPO', in settings.py, but I noticed some typos there, if you could please update the comments as follows: # Variable for disabling/enabling syncing changes from the repository mwa2 uses, to the remote git server Happy for you to change the comment, so that it makes more sense. |
Edited utils.py and settings to enable auto sync (git pull and git push) to remote repo.