Added docs and config for pushing to seasonal server (#150)

* Added docs and config for pushing to seasonal server
* Updated deploy destination docs to use TOKEN authentication
This commit is contained in:
Brandon Risberg
2020-11-29 09:48:13 -08:00
committed by GitHub
parent 0f471f9769
commit e88b608f10
3 changed files with 25 additions and 8 deletions

View File

@@ -9,12 +9,14 @@
"build": "rollup -c",
"push-main": "rollup -c --environment DEST:main",
"push-pserver": "rollup -c --environment DEST:pserver",
"push-season": "rollup -c --environment DEST:season",
"push-sim": "rollup -c --environment DEST:sim",
"test": "npm run test-unit",
"test-unit": "mocha test/unit/**/*.ts",
"test-integration": "echo 'See docs/in-depth/testing.md for instructions on enabling integration tests'",
"watch-main": "rollup -cw --environment DEST:main",
"watch-pserver": "rollup -cw --environment DEST:pserver",
"watch-season": "rollup -cw --environment DEST:season",
"watch-sim": "rollup -cw --environment DEST:sim"
},
"repository": {