Current section

Files

Jump to
edeliver strategies shared
Raw

strategies/shared

#!/usr/bin/env bash
REQUIRED_CONFIGS+=("HOSTS")
OPTIONAL_CONFIGS+=("OWNER" "GROUP" "PERMISSIONS")
run() {
authorize_hosts
init_app_remotely
git_push
git_reset_remote
authorize_remote_hosts
git_submodules
permissions
}