From 59606e57d5ae0a03104b79a508c2e4839b2ce8f1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 18 Apr 2024 13:41:07 +0300 Subject: [PATCH] Upload to disk host as well --- apply.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply.nu b/apply.nu index c2f4f2d..910ed29 100755 --- a/apply.nu +++ b/apply.nu @@ -5,7 +5,7 @@ def main [] { LUME_DRAFTS=false deno task build --location https://rgbcu.be/ cd _site - rsync --delete --recursive --compress ./ cube:/var/www/site + [cube disk] | par-each { rsync --delete --delete-excluded --recursive --compress ./ ($in + ":/var/www/site") } cd - echo $"(ansi green)Successfully uploaded!(ansi reset)"