mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
Better would be to separate the release and deploy aspects into distinct triggers - as well as have it release a specific image - but this is a good first pass.
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
|
|
release_and_deploy "$@"
|