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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user