4 lines
126 B
Makefile
4 lines
126 B
Makefile
deploy:
|
|
rm -rf public && hugo && rsync -rvz --delete public/ www6.itsdmz.inm7.de:/var/www/rdm.abcd-j.de/www/
|
|
|
|
.PHONY: deploy
|