This commit is contained in:
Luke Murphy 2020-04-13 14:12:46 +02:00
parent ebce024bad
commit 1276328ef1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ dokku-ansible-deploy-pre-deploy() {
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
--extra-vars "app_config_root=$APP_DIR" \
$CMD_ARGS \
$POST_DELETE
$PRE_DEPLOY
}
dokku-ansible-deploy-post-deploy() {
@ -194,7 +194,7 @@ dokku-ansible-deploy-post-deploy() {
--extra-vars "dokku_lib_root=$DOKKU_LIB_ROOT" \
--extra-vars "app_config_root=$APP_DIR" \
$CMD_ARGS \
$POST_DELETE
$POST_DEPLOY
}
dokku-ansible-deploy-post-delete() {