GitBook: [master] 3 pages modified
This commit is contained in:
@@ -18,7 +18,9 @@ The authentication token is pulled by the starter kit from a file named `screeps
|
||||
cp screeps.sample.json screeps.json
|
||||
```
|
||||
|
||||
> **IMPORTANT:** The `screeps.json` file contains your Screeps credentials. If you use any source control, **DO NOT** check in this file into your repository.
|
||||
{% hint style="danger" %}
|
||||
**IMPORTANT:** The `screeps.json` file contains your Screeps credentials! If you use any source control to store your codebase, **DO NOT** check in this file into your repository.
|
||||
{% endhint %}
|
||||
|
||||
## Generating an auth token
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@ The starter kit builds your code using `rollup`, which uses a `screeps.json` fil
|
||||
|
||||
The `screeps.json` file is a JSON configuration file separated into multiple environments. We're going to focus on the `main` environment to get you started. If you'd like to deploy to a different branch, be sure to change the `branch` key to the branch you'd like to deploy to.
|
||||
|
||||

|
||||
|
||||
> **Note:** You don't have to manually create the target branch in your Screeps client if it doesn't exist yet. `rollup-plugin-screeps` will do it for you.
|
||||
{% hint style="info" %}
|
||||
You don't have to manually create the target branch in your Screeps client if it doesn't exist yet. `rollup-plugin-screeps` will do it for you.
|
||||
{% endhint %}
|
||||
|
||||
## Running your first deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user