abhiabhi94 / blog

A django based blog.
https://www.hackadda.com
MIT License
1 stars 1 forks source link

Fix CI #156

Closed abhiabhi94 closed 4 years ago

abhiabhi94 commented 4 years ago

Currently, the CI fails because SECRET_KEY and database configurations are read from a file. Move that to the environment variable. The same needs to be done at the deployment server to make this work.