Skip to content

Commit

Permalink
Comment out the scheduler image
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Nov 11, 2024
1 parent fae6ce0 commit 64af433
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ release:
image: web
command:
- django-admin check --deploy && django-admin createcachetable && django-admin migrate --noinput
run:
scheduler:
image: web
command:
- django-admin scheduler
#run:
# scheduler:
# image: web
# command:
# - django-admin scheduler

0 comments on commit 64af433

Please sign in to comment.