So I have 1 Python mini-app that runs on PyAny and it's working just fine.
I was thinking off adding another, totally different script to run on here as well. But as it stands now, I'll have to upgrade at least to the second-tier to be able to do that. The reason being: On my computer, these two mini-projects have different folders, and different git repos. If I simply add the script to PyAny and commit, and then pull on my machine, then I will have duplicates everywhere.
So, is there any way to run two projects, with two different git repos, on the same "server"?