mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
|
||
|
|
set -eo pipefail
|
||
|
|
[[ $DOKKU_TRACE ]] && set -x
|
||
|
|
|
||
|
|
release_and_deploy "$@"
|