From f365402ee84937b11184f601f741286042b77a05 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 28 Dec 2024 15:39:30 +0000 Subject: [PATCH] remember justfile --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index a4ca28e..ef0e7f7 100644 --- a/justfile +++ b/justfile @@ -1,8 +1,10 @@ +set windows-shell := ["pwsh", "-NoLogo", "-Command"] + server := "futile@futile.eu" deploy := "/var/www/futile.eu" deploy-site: - scp -pr index.html static/ {{server}}:{{deploy}} + scp -pr static/ index.css index.html index.js {{server}}:{{deploy}} deploy-caddy: scp -pr Caddyfile {{server}}:Caddyfile