From fb12e63eec490d4a5f481c10597d25497e827c9d Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 16 Mar 2025 14:32:50 +0100 Subject: [PATCH] add deploy action --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c3d86f9..ab5d365 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", + "deploy": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/", "preview": "astro preview", "astro": "astro" },