From dedf2e8c88d543be976f145d299d3a16ae7f99a6 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 Sep 2023 22:16:19 +0200 Subject: [PATCH] update deploy script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e98da8..4b74aa0 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "deploy": "npm run build && scp -r dist ayo@ayco.io:~/ayco.io-astro" + "deploy": "npm run build && scp -prq dist/. ayo@ayco.io:~/ayco.io-astro/dist" }, "dependencies": { "@astro-reactive/form": "^0.8.1",