add staging script
This commit is contained in:
@@ -14,7 +14,8 @@
|
|||||||
"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",
|
||||||
"upload": "rsync -rz --delete public/ chuckdries@droplet.chuckdries.com:www/personal-website",
|
"upload": "rsync -rz --delete public/ ci@droplet.chuckdries.com:www/personal-website",
|
||||||
|
"upload-staging": "rsync -rz --delete public/ ci@droplet.chuckdries.com:www/personal-website-staging",
|
||||||
"deploy": "yarn build && yarn upload"
|
"deploy": "yarn build && yarn upload"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Reference in New Issue
Block a user