Move process commands from Procfile to manifest.yml

This commit is contained in:
Ryan Ahearn
2022-10-18 11:22:58 -04:00
parent 59732ce137
commit 8dc0b4eb19
5 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
env: staging
web_instances: 1
web_memory: 1G
worker_instances: 1
worker_memory: 512M