GitBook: [master] 3 pages modified

This commit is contained in:
resir014
2018-09-21 11:57:49 +00:00
committed by gitbook-bot
parent afe6c29583
commit 3370233670
3 changed files with 16 additions and 8 deletions

View File

@@ -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

View File

@@ -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.
![authenticating-4](../.gitbook/assets/authenticating-4.png)
> **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