Repo for deployment related stuff. Also a way of managing services on 1 server. Since it's not going to scale that much it makes sense to deploy this all at once.
Some Makefile commands maky only apply for Ubuntu and Ubuntu-based distributions. And obiviously no Windows or MacOS support
Consider setting up PAT before cloning
git clone https://oauth:{TOKEN with repo and read:org scopes}@github.com/sora-reader/deployment
cd deployment
make dotenv # setup dotenvs
make create-user
make clone
make dotenv-other # and setup new dotenvs
make deploy