Rename 'COMPOSER_*' -> 'DEPLOY_*' and remove unuused variables
This commit is contained in:
parent
109cb27731
commit
613fb3fe6e
6 changed files with 29 additions and 42 deletions
|
|
@ -15,15 +15,15 @@ function update_stack() {
|
|||
}
|
||||
|
||||
log_info "=> Rebuilding and restarting 'web' stack"
|
||||
update_stack "$COMPOSER_WEB_DIR"
|
||||
update_stack "$DEPLOY_WEB_DIR"
|
||||
|
||||
# build and start the triplestore
|
||||
log_info "=> Rebuilding and restarting 'triplestore' stack"
|
||||
update_stack "$COMPOSER_TRIPLESTORE_DIR"
|
||||
update_stack "$DEPLOY_TRIPLESTORE_DIR"
|
||||
|
||||
# build and start the triplestore
|
||||
log_info "=> Rebuilding and restarting 'sql' stack"
|
||||
update_stack "$COMPOSER_SQL_DIR"
|
||||
update_stack "$DEPLOY_SQL_DIR"
|
||||
|
||||
# TODO: Iterate over all the instance
|
||||
# and a pull_and_update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue