Skip to content

Commit

Permalink
scripts: added custom worker beat to deployments.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and yashlamba committed Jul 5, 2024
1 parent ec4c3c5 commit 814c416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"worker-spam": ["worker-spam"],
"worker-beat": ["worker-beat"],
"terminal": ["terminal"],
"worker-beat-custom": ["worker-beat-custom"],
}
deployment_names = ", ".join(DEPLOYMENTS.keys())

Expand Down

0 comments on commit 814c416

Please sign in to comment.