Two of us are currently developing Python scripts on Github and then want to create an app/UI from them using Django or Flask.
We want to host this on a Linux Azure VPS (because Azure Student VPS is free).
In principle, the files should always be up to date via Github, but it may be that we both have to make settings in Linux or on the web server from time to time.
We are currently considering how best to do this, the following 2 options:
1 user on which the web server runs and we both only use the oneaccount
Create 3 users: One user each for me and my colleague and thenanother user on which the web server runs and then we give ourselvestwo corresponding rights so that we can access the web server user.
Does this make a big difference or what would you recommend?
Thank you very much!