This repository is part of the source code of Society. You can find more information at social.network or by contacting [email protected].
You can find the published source code at github.com/social-network/society-deployer.
For account verifications and forgotten passwords.
- Run
yarn
- Run
yarn start
- Open http://localhost:8081/
Depending on the branch name it will be automatically deployed to the following environments:
staging
->society-account-staging
- Merge staging into master
- Create a tag with
npm version <version bump type>
. Possible values forversion bump type
arepatch
,minor
ormajor
. - The tag will be pushed to master and Travis will deploy the new version. Manual deployment can be triggered via
eb deploy
.