-
Notifications
You must be signed in to change notification settings - Fork 16
Updating Travis encryption file
Michael Harrison edited this page Sep 9, 2020
·
1 revision
To update the Travis encryption file, which contains things like the Salesforce credentials/Mapbox token/Accounts Oauth tokens for testing, follow the below steps.
$ gem install travis
$ travis login --org
Start by updating the needed variables
$ travis encrypt-file openstax/settings/local.py
This spits out directions on the line you need to update in .travis.yml.
Note: make sure you move the file to openstax/settings/local.py.enc and update the path in .travis.yml