Browse Source

Initial commit. Added placeholders.

master
Daniel Sissom 11 months ago
commit
b94abb7887
Signed by: djsissom GPG Key ID: 2C30FFB796852389
16 changed files with 10 additions and 0 deletions
  1. + 1
    - 0
      .gitignore
  2. + 0
    - 0
      Makefile
  3. + 9
    - 0
      README
  4. + 0
    - 0
      assets/.gitignore
  5. + 0
    - 0
      assets/extras/.gitignore
  6. + 0
    - 0
      assets/fonts/.gitignore
  7. + 0
    - 0
      assets/media/.gitignore
  8. + 0
    - 0
      assets/media/audio/.gitignore
  9. + 0
    - 0
      assets/media/images/.gitignore
  10. + 0
    - 0
      assets/media/video/.gitignore
  11. + 0
    - 0
      assets/scripts/.gitignore
  12. + 0
    - 0
      assets/style/.gitignore
  13. + 0
    - 0
      assets/templates/.gitignore
  14. + 0
    - 0
      config/.gitignore
  15. + 0
    - 0
      docker-compose.yml
  16. + 0
    - 0
      index.pug

+ 1
- 0
.gitignore

@ -0,0 +1 @@
/build

+ 0
- 0
Makefile


+ 9
- 0
README

@ -0,0 +1,9 @@
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.

+ 0
- 0
assets/.gitignore


+ 0
- 0
assets/extras/.gitignore


+ 0
- 0
assets/fonts/.gitignore


+ 0
- 0
assets/media/.gitignore


+ 0
- 0
assets/media/audio/.gitignore


+ 0
- 0
assets/media/images/.gitignore


+ 0
- 0
assets/media/video/.gitignore


+ 0
- 0
assets/scripts/.gitignore


+ 0
- 0
assets/style/.gitignore


+ 0
- 0
assets/templates/.gitignore


+ 0
- 0
config/.gitignore


+ 0
- 0
docker-compose.yml


+ 0
- 0
index.pug


Loading…
Cancel
Save