Add pre-deploy/post-deploy place holders
This commit is contained in:
10
functions
10
functions
@ -83,3 +83,13 @@ dokku-ansible-deploy-post-extract() {
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
dokku-ansible-deploy-pre-deploy() {
|
||||
# shellcheck disable=SC2034
|
||||
declare desc="run the pre-deploy hook to setup an app"
|
||||
}
|
||||
|
||||
dokku-ansible-deploy-post-deploy() {
|
||||
# shellcheck disable=SC2034
|
||||
declare desc="run the post-deploy hook to finish an app setup"
|
||||
}
|
||||
|
Reference in New Issue
Block a user