chore: clean up deploy script
- use `astro build` - show log of upload
This commit is contained in:
parent
dedf2e8c88
commit
afb7193f1a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"build": "astro build",
|
"build": "astro build",
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"astro": "astro",
|
"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": {
|
"dependencies": {
|
||||||
"@astro-reactive/form": "^0.8.1",
|
"@astro-reactive/form": "^0.8.1",
|
||||||
|
|
Loading…
Reference in a new issue