Mercurial > hg > Blog
diff Makefile @ 13:3b69622879c9
do not allow access to the generated captcha DB via the web server
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 06 Aug 2013 04:06:35 +0200 |
parents | d56669594036 |
children | 6dc02dba2c17 |
line wrap: on
line diff
--- a/Makefile Tue Aug 06 04:06:16 2013 +0200 +++ b/Makefile Tue Aug 06 04:06:35 2013 +0200 @@ -62,6 +62,7 @@ publish: $(PELICAN) $(INPUTDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS) + cp $(INPUTDIR)/.htaccess $(OUTPUTDIR) ssh_upload: publish scp -P $(SSH_PORT) -r $(OUTPUTDIR)/* $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR)