Add notes on S3 directory structure
This commit is contained in:
parent
0b27db2ef4
commit
153a7f19ae
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue