mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 20:17:44 +01:00
Using a single command will allow users to not have to worry about the workflow they use to setup or update a given app.
7 lines
140 B
Bash
Executable File
7 lines
140 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source "$PLUGIN_AVAILABLE_PATH/git/internal-functions"
|
|
set -eo pipefail
|
|
[[ $DOKKU_TRACE ]] && set -x
|
|
|
|
cmd-git-sync "$@"
|