You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Daniel Sissom b94abb7887
Initial commit. Added placeholders.
11 months ago
assets Initial commit. Added placeholders. 11 months ago
config Initial commit. Added placeholders. 11 months ago
.gitignore Initial commit. Added placeholders. 11 months ago
Makefile Initial commit. Added placeholders. 11 months ago
README Initial commit. Added placeholders. 11 months ago
docker-compose.yml Initial commit. Added placeholders. 11 months ago
index.pug Initial commit. Added placeholders. 11 months ago

README

In build upstream bare repo (webserver:/usr/local/src/web/example.com/www/), run:
# git worktree add /srv/beta/example.com/www master
# git worktree add /srv/prod/example.com/www release
# git config receive.denyCurrentBranch updateInstead
# chown -R root:srv .
# chmod -R g+xwX .
and add your user (on the server) to the srv group.