Open shaun-technovation opened 6 days ago
This will add release phase tasks for Heroku (moving them from DEPLOY_TASKS to Heroku's Procfile).
DEPLOY_TASKS
Procfile
We're currently using an outdated, no-longer-supported plugin for this: https://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks
This outdated way^ relies on an ENV named RELEASE_TASKS. I copied the RELEASE_TASKS from the Heroku ENV setting and moved them to the Heroku Profile.
RELEASE_TASKS
Profile
More info about the Heroku release phase being used: https://devcenter.heroku.com/articles/procfile#the-release-process-type
This will add release phase tasks for Heroku (moving them from
DEPLOY_TASKS
to Heroku'sProcfile
).We're currently using an outdated, no-longer-supported plugin for this: https://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks
This outdated way^ relies on an ENV named
RELEASE_TASKS
. I copied theRELEASE_TASKS
from the Heroku ENV setting and moved them to the HerokuProfile
.More info about the Heroku release phase being used: https://devcenter.heroku.com/articles/procfile#the-release-process-type