aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/my_workspace/README.md
blob: 3e878812bd8485d59bec5c66e1990e126d7ac417 (plain) (blame)
1
2
3
4
5
6
7
This role clones a bunch of repositories to /srv/workspace; it then tries to
run either `make` or `docker-compose up -d` in each of these repositories,
which are called "projects". Not really usable by anybody else.

This is how my web "projects" are set up; typically, a project is a repository
with a Makefile which calls docker-compose in a bunch of sub-directories. This
feels like a lame hack, but has worked pretty well so far.