What I want to do: Deploy docker-compose solution from Github to my virtual private server which has docker and docker-compose installed.
I saw that there are Github Actions that allow me to copy files over SSH after push to master, but I don't know how to run docker-compose up
on my server after source has been copied.
On my VPS I have Ubuntu 18.4 installed.