Add 'self' stack
This commit adds a new stack 'self' that for now just redirects to the repository.
This commit is contained in:
parent
653445225e
commit
56a44f8db3
10 changed files with 69 additions and 7 deletions
|
|
@ -17,6 +17,9 @@ function update_stack() {
|
|||
log_info "=> Rebuilding and restarting 'web' stack"
|
||||
update_stack "$DEPLOY_WEB_DIR"
|
||||
|
||||
log_info "=> Rebuilding and restarting 'self' stack"
|
||||
update_stack "$DEPLOY_SELF_DIR"
|
||||
|
||||
# build and start the triplestore
|
||||
log_info "=> Rebuilding and restarting 'triplestore' stack"
|
||||
update_stack "$DEPLOY_TRIPLESTORE_DIR"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue