Skip to content

Commit

Permalink
Avoid having real database.yml in git. These are custom per developme…
Browse files Browse the repository at this point in the history
…nt instance.
  • Loading branch information
steveyken authored and namrataukirde committed Feb 13, 2020
1 parent b055385 commit 52d6d3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
<<: *defaults
steps:
- checkout
- run: cp ~/api.goodcity/config/database.yml.example ~/api.goodcity/config/database.yml
- save_cache:
key: v1-repo-{{ .Environment.CIRCLE_SHA1 }}
paths:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ coverage
.vscode

**/*.sql

config/database.yml
File renamed without changes.

0 comments on commit 52d6d3e

Please sign in to comment.