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