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

@@ -15,6 +15,14 @@
"path": "/",
"branch": "sim"
},
"season": {
"token": "YOUR_TOKEN",
"protocol": "https",
"hostname": "screeps.com",
"port": 443,
"path": "/season",
"branch": "main"
},
"pserver": {
"email": "username",
"password": "Password",