Restructure project as Worldshaper
This commit is contained in:
parent
ab891a315c
commit
b4dbd4ee8e
583 changed files with 279 additions and 189269 deletions
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
APP_DIR="/srv/content-editor-v2/app"
|
||||
GIT_DIR="/srv/content-editor-v2/repo.git"
|
||||
CONTENT_ROOT="/srv/content-editor-v2/shared/content"
|
||||
APP_DIR="/srv/worldshaper/app"
|
||||
GIT_DIR="/srv/worldshaper/repo.git"
|
||||
CONTENT_ROOT="/srv/worldshaper/shared/content"
|
||||
PORT="5180"
|
||||
APP_NAME="content-editor-v2"
|
||||
APP_NAME="worldshaper"
|
||||
|
||||
echo "[deploy] checkout"
|
||||
git --work-tree="$APP_DIR" --git-dir="$GIT_DIR" checkout -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue