Bootstrap products

This commit is contained in:
Nico Schottelius 2019-12-31 01:39:46 +01:00
commit 5f0f8f66db
19 changed files with 355 additions and 323 deletions

View file

@ -1,5 +1,5 @@
BUILDDIR=../ungleich-staticcms-build
DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/
DESTINATION=ungleichstatic@staticweb.ungleich.ch:/home/services/www/ungleichstatic/staticcms.ungleich.ch/www/u/
all: publish
@ -7,7 +7,7 @@ pull:
git pull
publish: pull build permissions
rsync -av --exclude .lektor/ $(BUILDDIR)/ $(DESTINATION)
rsync -av --delete --exclude .lektor/ $(BUILDDIR)/u/ $(DESTINATION)
permissions: build
find $(BUILDDIR) -type f -exec chmod 0644 {} \;
@ -17,4 +17,4 @@ build:
lektor build -O $(BUILDDIR)
clean:
rm -rf $(BUILDDIR)
rm -rf $(BUILDDIR)