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",