noxz-sitesA collection of a builder and various scripts creating the noxz.tech sites |
|
git clone https://noxz.tech/git/noxz-sites.git | |
noxz-sites |
commit: 6dae98d80dfaf3511e2b2025b5a9798dd802385e parent: 79533865a9564a14c705964de8511ae93f538a9f author: Chris Noxz <chris@noxz.tech> date: Fri, 31 Dec 2021 14:29:25 +0100
use pass for PUBLISH_PATH
M | config.mk | 4 | +++- |
diff --git a/config.mk b/config.mk @@ -1,2 +1,4 @@ +PASS = pass + ASSEMBLE_TAR = ./web.tar -PUBLISH_PATH = anthra.system.local:/var/www/domains/noxz.tech +PUBLISH_PATH = `$(PASS) web/publish-path`