Closed chandleryang76 closed 8 years ago
Because some .yml file such as secrets.yml and database.yml are local environment-related, people often create them by themselves. You could check .gitignore file where both secrets.yml and database.yml were ignored.
you could create a new secret.yml or copy from another project. Then execute rake secret
and copy the token to your secret.yml.
Yeah, you're right. but, I am thinking about auto-build in Travis CI and automatically deploy it on Heroku. I am wondering how to generate secrets.yml automatically to deploy it.
this file will be generated on Heroku, don't worry. But I'm not sure it could be generated by Travis CI, I need check
Oh, thanks.
I wonder there is no secrets.yml in sprint0 branch. Is there any special reason for leaving out the file?