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 f68fe6f7af
Removed extraneous docker-compose file.
1 year ago
assets Initial commit. Added placeholders. 1 year ago
config Initial commit. Added placeholders. 1 year ago
.gitignore Initial commit. Added placeholders. 1 year ago
Makefile Initial commit. Added placeholders. 1 year ago
README Initial commit. Added placeholders. 1 year ago
index.pug Initial commit. Added placeholders. 1 year 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.