Table of Contents generated with DocToc
- Follow Travis CLI installation insctructions: https://github.com/travis-ci/travis.rb#installation
- Login to Travis by running
travis login
- Make sure you have followed the Quick Start Guide to generate all
.env
files.
Then execute the following commands:
- Compress secrets:
tar cvf secrets.tar cg/.env cg/.controller.env cg/.processor.env api/.env \
quorum/node_1/.env quorum/node_2/.env \
docker/definitions/postgres/.env \
frontend/.env
- Run:
travis encrypt-file secrets.tar --pro
- Remove secrets.tar:
rm secrets.tar