add deploy script
This commit is contained in:
parent
88f20f9f92
commit
18bde28824
@ -13,7 +13,8 @@
|
|||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"clean": "gatsby clean",
|
"clean": "gatsby clean",
|
||||||
"lint-fix": "eslint --fix --ext .jsx,.js src"
|
"lint-fix": "eslint --fix --ext .jsx,.js src",
|
||||||
|
"deploy": "yarn build && rsync -azP --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website-staging"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mdx-js/mdx": "^1.6.22",
|
"@mdx-js/mdx": "^1.6.22",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user