New deploy path.

master
Nabile Rahmani 2018-04-30 19:44:35 +02:00
parent 0cfeca4cfe
commit 9fd9e7798e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ GENERATOR := pandoc
GENERATOR_FLAGS = --standalone --from $(SOURCE_TYPE) --to $(OUTPUT_TYPE) --template=$(TEMPLATE_FILE)
DEPLOY_SERVER := 192.168.1.51
DEPLOY_PATH := /var/www/Webfiles/DotN64
DEPLOY_PATH := /var/www/nabile.duckdns.org/DotN64
$(OUTPUT_DIRECTORY)/%$(OUTPUT_EXTENSION): $(SOURCE_DIRECTORY)/%$(SOURCE_EXTENSION)
mkdir -p $(OUTPUT_DIRECTORY)