chore: clean up deploy script

- use `astro build`
- show log of upload
This commit is contained in:
Ayo 2023-09-09 22:18:25 +02:00
parent dedf2e8c88
commit afb7193f1a

View file

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