software-assignments-spring2021 / spring-2020-virtual-volcano

GNU General Public License v3.0
2 stars 3 forks source link

Hide Credentials (.env) #130

Open literallyniki opened 4 years ago

literallyniki commented 4 years ago

Credentials for logging into databases, APIs, or other remote services, must never be shared in version control, and so Travis CI will not have access to them when testing. Use Travis' encrypted environmental variables technique for passing such credentials safely to Travis.