Add notes on S3 directory structure

This commit is contained in:
Paul Betts 2016-05-23 19:22:59 -07:00 committed by Kevin Sawicki
parent 0b27db2ef4
commit 153a7f19ae

View file

@ -9,6 +9,15 @@ If you're still convinced, press on to...
## How to create a full custom release for Electron with surf-build
1. Install [Surf](https://github.com/surf-build/surf), via npm: `npm install -g surf-build@latest`
1. Create a new S3 bucket and create the following empty directory structure:
```
- atom-shell
- symbols
- dist
```
1. Set the following Environment Variables:
* `ATOM_SHELL_GITHUB_TOKEN` - a token that can create releases on GitHub