add deploy action

This commit is contained in:
Christoph Haas 2025-03-16 14:32:50 +01:00
parent 40f3af07f3
commit fb12e63eec

View file

@ -6,6 +6,7 @@
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro check && astro build", "build": "astro check && astro build",
"deploy": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },