From 5d55e46c686649175791e75d9ba606e0d4f3c4fd Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 16 Apr 2024 17:01:31 +0300 Subject: [PATCH] Prevent environment leakage resulting in publishing drafts --- apply.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply.nu b/apply.nu index 8374de3..c2f4f2d 100755 --- a/apply.nu +++ b/apply.nu @@ -2,7 +2,7 @@ # Applies the changes to the site by uploading it to the VPS. def main [] { - deno task build --location https://rgbcu.be/ + LUME_DRAFTS=false deno task build --location https://rgbcu.be/ cd _site rsync --delete --recursive --compress ./ cube:/var/www/site