rf-web/package.json
2020-09-02 16:13:44 +02:00

15 lines
468 B
JSON

{
"name": "rf-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "bundle exec jekyll serve",
"build": "JEKYLL_ENV=production jekyll build",
"deploy-dev": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org",
"deploy-prod": "yarn build && scp -r -P 7833 ./_site/* amemasu@185.203.114.165:/var/www/dev.reclaimfutures.org"
},
"author": "",
"license": "ISC"
}