From 704a5a8d30b3851deddce9f1928bcb855bbc3b4b Mon Sep 17 00:00:00 2001 From: Thomas Jost Date: Tue, 1 Nov 2022 22:10:12 +0100 Subject: [PATCH] Fix local deployment --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4413243..1e8c1a0 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ .PHONY: help build build-clean clean npm-install serve upload -DEPLOY_HOST ?= ks +DEPLOY_HOST ?= vps DEPLOY_PORT ?= 22 -DEPLOY_PATH ?= /srv/http/schnouki.net/htdocs-hugo +DEPLOY_PATH ?= /srv/http/schnouki.net/htdocs UPLOAD_TARGET = $(DEPLOY_HOST):$(DEPLOY_PATH) SERVE_OPTS = --buildDrafts --buildFuture --i18n-warnings -- 2.45.2