We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a34b08 commit c79f224Copy full SHA for c79f224
Makefile
@@ -13,10 +13,10 @@ push_image:
13
docker push $(IMAGE_NAME)
14
15
push_heroku:
16
- heroku container:push web -a $(HEROKU_APP_NAME)
+ heroku container:push worker -a $(HEROKU_APP_NAME)
17
18
release_heroku:
19
- heroku container:release web -a $(HEROKU_APP_NAME)
+ heroku container:release worker -a $(HEROKU_APP_NAME)
20
21
logs_heroku:
22
heroku logs --tail -a $(HEROKU_APP_NAME)
heroku.yml
@@ -1,3 +1,3 @@
1
build:
2
docker:
3
- worker: Dockerfile
+ bot: Dockerfile
0 commit comments