Skip to content

dokku plugin to run custom scripts before and after build and deploy

License

Notifications You must be signed in to change notification settings

martingregoire/dokku-custom-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokku custom scripts

dokku plugin to run custom scripts before and after build and deploy stages.

requirements

  • dokku 0.4.0+

installation

dokku plugin:install https://github.com/martingregoire/dokku-custom-scripts.git custom-scripts

usage

Add a folder scripts to the root of your app and place scripts into this folder. Name the scripts after the following trigger names:

  • scripts/dokku-pre-build
  • scripts/dokku-post-build
  • scripts/dokku-pre-deploy
  • scripts/dokku-post-deploy

See Plugin triggers for a description of the triggers.

About

dokku plugin to run custom scripts before and after build and deploy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages