Skip to content

Commit

Permalink
chore: try specifying env
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Jun 5, 2024
1 parent 7c4bb58 commit cccdc0d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/usage/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"extends": ["//"],
"tasks": {
"pushreset:postgres": {
"cache": false
"cache": false,
"env": ["PG_DATABASE_URL"]
},
"pushreset:mysql": {
"cache": false,
"dependsOn": ["clone:mysql"]
"dependsOn": ["clone:mysql"],
"env": ["MYSQL_DATABASE_URL"]
},
"pushreset:sqlite": {
"cache": false,
Expand Down

0 comments on commit cccdc0d

Please sign in to comment.