pretty syntax

This commit is contained in:
Jesús 2020-08-09 10:49:15 -05:00
parent 90ec475b00
commit 6d0a590e2c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -8,9 +8,6 @@ OUTPUTDIR=$(BASEDIR)/output
CONFFILE=$(BASEDIR)/pelicanconf.py
PUBLISHCONF=$(BASEDIR)/publishconf.py
ONIONCONF=$(BASEDIR)/onionconf.py
FILE_EXCLUDE='.htaccess'
FTP_HOST=********
FTP_USER=********
FTP_TARGET_DIR=********
@ -25,6 +22,9 @@ ONION_SSH_PORT=22
ONION_SSH_USER=root
ONION_SSH_TARGET_DIR=/var/www
ONIONCONF=$(BASEDIR)/onionconf.py
FILE_EXCLUDE='.htaccess'
DEBUG ?= 0
ifeq ($(DEBUG), 1)
PELICANOPTS += -D