Skip to content

Commit

Permalink
Update db name in DO template
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojppb committed Aug 23, 2022
1 parent 0352a95 commit be65781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .do/deploy.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
scope: RUN_TIME
- key: DATABASE_URL
scope: RUN_TIME
value: ${turbo_db.DATABASE_URL}
value: ${turbo-db.DATABASE_URL}
databases:
- name: turbo_db
- name: turbo-db
engine: PG

0 comments on commit be65781

Please sign in to comment.