add deploy script
This commit is contained in:
parent
9ae01e3989
commit
12dd108fa3
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro"
|
"astro": "astro",
|
||||||
|
"deploy": "npm run build && scp -r dist ayo@ayco.io:~/ayco.io-astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astro-reactive/form": "^0.8.1",
|
"@astro-reactive/form": "^0.8.1",
|
||||||
|
|
Loading…
Reference in a new issue