add deploy script

This commit is contained in:
Ayo 2023-09-09 20:26:18 +02:00
parent 9ae01e3989
commit 12dd108fa3

View file

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