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:clear
if necessaryheroku buildpacks:set https://github.com/ecratum/deploy-scripts-buildpack
as the first buildpackheroku buildpacks:add heroku/...
can add more buildpacks if needed- Deploy your project to Heroku.
dokku buildpacks:clear
if necessarydokku buildpacks:set https://github.com/ecratum/deploy-scripts-buildpack
as the first buildpackdokku buildpacks:add heroku/...
can add more buildpacks if needed- Deploy your project.