Deploy destinations
The screeps.json
file is a JSON configuration file separated into multiple deploy destinations. We've given you four primary destinations by default.
See here for steps to generate your API token.
You can make as many separate destinations as you want. Just make a copy of any config object and perform the necessary changes. Once you're done, use the --environment DEST:<dest>
argument on the rollup
command to specify which environment to upload to.
Omitting the destination will perform a dry run, which will compile and bundle the code without uploading it.
Last updated