1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +01:00

document auto deployment

This commit is contained in:
Matthias Kretschmann 2016-03-03 17:54:45 +01:00
parent 591ba15c19
commit fb5160b7c1

View File

@ -28,7 +28,15 @@ Spin up local dev server and livereloading watch task, reachable under [https://
gulp
```
## Deployment
## Continuous Delivery
The site gets built & deployed automatically via Codeship under the following conditions:
- every push builds the site
- every push to the master branch initiates a live deployment
- every push to a branch starting with `feature` initiates a beta deployment
## Manual Deployment
The site is hosted in an S3 bucket and gets deployed via a gulp task.