Initial commit using reg for the generation

This commit is contained in:
Tony Blyler 2021-05-16 12:56:41 -04:00
commit 448671004b
Signed by: tblyler
GPG key ID: 7F13D9A60C0D678E
2 changed files with 9 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
static

8
Makefile Normal file
View file

@ -0,0 +1,8 @@
.PHONY: build
build:
reg server --once registry.0xdad.com
../precompress/precompress ./static/
.PHONY: deploy
deploy: build
rsync --delete -hrvP ./static/ punk-deploy:/www/registry.0xdad.com/