For use with dokku
Run commands in the container before its deployment. Using this plugin allows to use commands that needs volumes for example.
- Dokku version
0.4
or higher
On the dokku server, you need to install the plugin in the standard Dokku way. Specifically:
# dokku 0.4.x
dokku plugin:install https://github.com/jdacosta/dokku-buildtime-env.git
Thanks to dokku-predeploy-tasks. Thanks to dokku-deploy-script.