feat(operations): add source diagnosis workspace
This commit is contained in:
@@ -85,6 +85,10 @@ if test -f "$old/lingniu-vehicle-platform.service"; then
|
||||
cp "$old/lingniu-vehicle-platform.service" "$next/lingniu-vehicle-platform.service"
|
||||
fi
|
||||
cp -a "$old/deploy" "$next/deploy"
|
||||
if test -d "$SCRIPT_DIR/migrations"; then
|
||||
mkdir -p "$next/deploy/migrations"
|
||||
cp "$SCRIPT_DIR"/migrations/*.sql "$next/deploy/migrations/"
|
||||
fi
|
||||
cp "$SCRIPT_DIR/prepare-web-release-tree.sh" "$next/deploy/prepare-web-release-tree.sh"
|
||||
cp "$SCRIPT_DIR/prune-release-history.py" "$next/deploy/prune-release-history.py"
|
||||
cp "$SCRIPT_DIR/verify-customer-demo.py" "$next/deploy/verify-customer-demo.py"
|
||||
|
||||
Reference in New Issue
Block a user