From 12dd108fa34c56f898c6edbce1eef41a91a19b53 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 Sep 2023 20:26:18 +0200 Subject: [PATCH] add deploy script --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a7ee89..3e98da8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "start": "astro dev", "build": "astro build", "preview": "astro preview", - "astro": "astro" + "astro": "astro", + "deploy": "npm run build && scp -r dist ayo@ayco.io:~/ayco.io-astro" }, "dependencies": { "@astro-reactive/form": "^0.8.1",