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/deploymentcd deploymentmake dotenv # setup dotenvsmake create-usermake clonemake dotenv-other # and setup new dotenvsmake deploy