Notify user of database download
This commit is contained in:
parent
ed2ae159b9
commit
3ba9b8f405
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ deploy () {
|
|||
printf "\e[1;34m-->\e[0m\e[1m Deploying $deploy_target $deploy_version\e[0m\n"
|
||||
|
||||
# If latest is requested grab database and get first line
|
||||
printf "\e[1;34m-->\e[0m\e[1m Downloading database from repo\e[0m\n"
|
||||
if [[ $deploy_version == 'latest' ]]; then
|
||||
declare curl_data=$(curl -sf "${repo_url}/${deploy_target}/database" | head -n 1)
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue