From afb7193f1a671aa48ef1b403262539116e6bd3f7 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 Sep 2023 22:18:25 +0200 Subject: [PATCH] chore: clean up deploy script - use `astro build` - show log of upload --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b74aa0..b27073a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "astro build", "preview": "astro preview", "astro": "astro", - "deploy": "npm run build && scp -prq dist/. ayo@ayco.io:~/ayco.io-astro/dist" + "deploy": "astro build && scp -r dist/. ayo@ayco.io:~/ayco.io-astro/dist" }, "dependencies": { "@astro-reactive/form": "^0.8.1",