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 | 1 year ago | |
---|---|---|
assets | 1 year ago | |
config | 1 year ago | |
.gitignore | 1 year ago | |
Makefile | 1 year ago | |
README | 1 year ago | |
index.pug | 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.