emerleite / tsuru-bluegreen

A blue-green deployment plugin for tsuru client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for apps with more than one process type

gmpify opened this issue · comments

I want to support apps with more than one process type, i.e. more than one line at Procfile.

#Procfile
web: bundle exec puma -C config/puma.rb
resque: bundle exec rake resque:work QUEUE=*