Skip to content

Commit c79f224

Browse files
committed
Change dyno type
1 parent 5a34b08 commit c79f224

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ push_image:
1313
docker push $(IMAGE_NAME)
1414

1515
push_heroku:
16-
heroku container:push web -a $(HEROKU_APP_NAME)
16+
heroku container:push worker -a $(HEROKU_APP_NAME)
1717

1818
release_heroku:
19-
heroku container:release web -a $(HEROKU_APP_NAME)
19+
heroku container:release worker -a $(HEROKU_APP_NAME)
2020

2121
logs_heroku:
2222
heroku logs --tail -a $(HEROKU_APP_NAME)

heroku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
build:
22
docker:
3-
worker: Dockerfile
3+
bot: Dockerfile

0 commit comments

Comments
 (0)