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
|
|
@ -152,6 +152,7 @@ fi
|
|||
|
||||
# paths to composer things
|
||||
DEPLOY_WEB_DIR="$DEPLOY_ROOT/core/web"
|
||||
DEPLOY_SELF_DIR="$DEPLOY_ROOT/core/self"
|
||||
DEPLOY_TRIPLESTORE_DIR="$DEPLOY_ROOT/core/triplestore"
|
||||
DEPLOY_SQL_DIR="$DEPLOY_ROOT/core/sql"
|
||||
DEPLOY_INSTANCES_DIR="$DEPLOY_ROOT/instances"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue