build: update background worker container name and create app.json for heroku deployments

This commit is contained in:
pablohashescobar 2022-12-13 21:30:50 +05:30
parent 0bc33ab9c8
commit 5eea5529ed
3 changed files with 18 additions and 2 deletions

View file

@ -17,4 +17,4 @@ release:
run:
plane-frontend: node apps/app/server.js
plane-backend: ./apiserver/bin/takeoff
plane-worker: python manage.py rqworker
plane-rqworker: ./apiserver/bin/worker