Skip to content

Commit

Permalink
Add dependsOn config in turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Oct 7, 2024
1 parent d237793 commit abf0bca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,17 @@
]
},
"prod:build-docker": {
"dependsOn": [
"^prod:build-docker"
],
"passThroughEnv": [
"REPO_NAME"
]
},
"prod:deploy": {
"dependsOn": [
"^prod:prod:deploy"
],
"passThroughEnv": [
"REMOTE_ROOT",
"PRODUCTION_SSH_HOST",
Expand All @@ -34,6 +40,9 @@
]
},
"prod:transfer-files-pre": {
"dependsOn": [
"^prod:transfer-files-pre"
],
"passThroughEnv": [
"REMOTE_ROOT",
"PRODUCTION_SSH_HOST",
Expand All @@ -42,6 +51,9 @@
]
},
"prod:transfer-files-post": {
"dependsOn": [
"^prod:transfer-files-post"
],
"passThroughEnv": [
"REMOTE_ROOT",
"PRODUCTION_SSH_HOST",
Expand Down

0 comments on commit abf0bca

Please sign in to comment.