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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue