Notify on remove
This commit is contained in:
parent
dd7b892835
commit
ab6d883fad
1 changed files with 1 additions and 0 deletions
1
arkdep
1
arkdep
|
@ -486,6 +486,7 @@ deploy () {
|
|||
|
||||
# Remove old deployments
|
||||
for deployment in ${remove_deployments[@]}; do
|
||||
printf "\e[1;34m-->\e[0m\e[1m Cleaning up old deployment $deployment\e[0m\n"
|
||||
remove_deployment $deployment
|
||||
grep -v $deployment $arkdep_dir/tracker |
|
||||
tee $arkdep_dir/tracker.tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue