Better deploy command

This commit is contained in:
Nevernown 2025-06-06 13:50:40 +02:00
parent a58c272331
commit 7bffc06aaf

View File

@ -6,7 +6,8 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
"preview": "astro preview",
"deploy": "./update.sh"
},
"repository": {
"type": "git",