From a201238bd1a04bd120268315f7cf21809c9c1aba Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Sun, 22 Sep 2024 20:11:30 +0200 Subject: [PATCH] beta --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ef4e4db..2e5e95d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "astro dev", "start": "astro dev", "build": "astro build", + "deploy:beta": "bun run build && rsync -a dist/* uberspace_filipesm:~/beta.casa-cidalisa.com", "deploy": "bun run build && rsync -a dist/* uberspace_filipesm:~/casa-cidalisa.com", "preview": "astro preview", "astro": "astro"