Hugo-Rahmen für johannesjesse.de
This commit is contained in:
commit
c9b5d9c0c4
9 changed files with 301 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue