Hugo-Rahmen für johannesjesse.de

This commit is contained in:
Señor Rolando 2023-12-10 15:41:51 +01:00
commit c9b5d9c0c4
9 changed files with 301 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
# requires: source .env
build:
@ hugo
deploy: build
@ rsync -axv --delete --ignore-errors --exclude .DS_Store --exclude .git public/ $(DEPLOY_SSH_USER)@$(DEPLOY_SSH_HOST):$(DEPLOY_SSH_PATH)