Upgrade to kiln 0.2

This commit is contained in:
2022-01-03 15:56:24 +00:00
parent f6a2f62c92
commit 04ef9421b8
49 changed files with 100 additions and 35 deletions

View File

@@ -1,11 +1,11 @@
default: build
build:
@rm -rf dst
@kiln
chmod a+x dst/cgi-bin/*
@tree dst
@rm -rf public
@kiln build
chmod a+x public/cgi-bin/*
@tree public
deploy: build
rsync --delete-after -avzP dst/ ur.gs:capsule/
rsync --delete-after -avzP public/ ur.gs:capsule/