Buildpack that runs custom shell script in project root folder
It will check for the init file .deploy/init in the project root folder. You can this the buildpack in any execution order
heroku buildpacks:clearif necessaryheroku buildpacks:set https://github.com/ecratum/deploy-scripts-buildpackas the first buildpackheroku buildpacks:add heroku/...can add more buildpacks if needed- Deploy your project to Heroku.
dokku buildpacks:clearif necessarydokku buildpacks:set https://github.com/ecratum/deploy-scripts-buildpackas the first buildpackdokku buildpacks:add heroku/...can add more buildpacks if needed- Deploy your project.