add command to deploy staging site
This commit is contained in:
parent
3b0f26211a
commit
62ddc57e4e
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"dev": "astro dev",
|
||||
"start": "astro dev",
|
||||
"build": "astro check && astro build",
|
||||
"deploy": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
|
||||
"deploy-prod": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
|
||||
"deploy-stage": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/stage.workaround.org/",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue