Skip to content

Commit

Permalink
change deploy command to not try to interact with reddit bots anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Oct 11, 2023
1 parent f9a9451 commit 73d3649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bubbles/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,12 @@ def start_all_tor_bots_but_blossom() -> None:
if service.lower() == "blossom":
# As the blossom deploys take longer, let's try stopping everyone else,
# deploying blossom, and then starting everyone again.
stop_all_tor_bots_but_blossom()
# stop_all_tor_bots_but_blossom()
migrate()

restart_service()
if service.lower() == "blossom":
start_all_tor_bots_but_blossom()
# if service.lower() == "blossom":
# start_all_tor_bots_but_blossom()

StatusMessage.add_new_context_step(f"Successfully deployed {service}!")
StatusMessage.step_is_info()
Expand Down

0 comments on commit 73d3649

Please sign in to comment.