Add a resolver
This commit adds a resolver to the toplevel Distillery domain, to allow resolving domains globally.
This commit is contained in:
parent
eee3d95351
commit
45ee6b665e
11 changed files with 129 additions and 7 deletions
|
|
@ -12,6 +12,9 @@ update_stack "$DEPLOY_WEB_DIR"
|
|||
log_info "=> Rebuilding and restarting 'self' stack"
|
||||
update_stack "$DEPLOY_SELF_DIR"
|
||||
|
||||
log_info "=> Rebuilding and restarting 'resolver' stack"
|
||||
update_stack "$DEPLOY_RESOLVER_DIR"
|
||||
|
||||
# build and start the ssh server
|
||||
log_info "=> Rebuilding and restarting 'ssh' stack"
|
||||
update_stack "$DEPLOY_SSH_DIR"
|
||||
|
|
@ -24,7 +27,7 @@ update_stack "$DEPLOY_TRIPLESTORE_DIR"
|
|||
log_info "=> Rebuilding and restarting 'sql' stack"
|
||||
update_stack "$DEPLOY_SQL_DIR"
|
||||
|
||||
# TODO: Iterate over all the instance
|
||||
# and a pull_and_update
|
||||
log_info " => Updating Prefix Config"
|
||||
bash update_prefix_config.sh
|
||||
|
||||
log_info "=> System up-to-date. "
|
||||
Loading…
Add table
Add a link
Reference in a new issue