Story board: https://air-en-japan.storiesonboard.com/m/__PROJECT__
Backlog https://waffle.io/en-japan-air/__PROJECT__
Design: https://projects.invisionapp.com/d/main#/projects/prototypes/__INVISION_PROJECT_ID__
** Notes on FOO**
Install XY
Install YZ
| Type | URL |
|---|---|
| staging | Manually deploys staging |
| production | Manually deploys production |
On every push to master branch (direct push or merge of pull request) travis will deploy application
to staging environment. For more details see deploy section in .travis.yml.
| Command | Description |
|---|---|
| make deploy_staging | Manually deploys staging |
| make deploy_production | Manually deploys production |