fix: deploy.sh missing REQUIRED_FILES variable
This commit is contained in:
@@ -48,6 +48,7 @@ fi
|
||||
|
||||
# 1. Verify package integrity
|
||||
echo "[1/8] Verifying package..."
|
||||
REQUIRED_FILES=("data.sql" "file_info.json")
|
||||
MISSING=0
|
||||
for f in "${REQUIRED_FILES[@]}"; do
|
||||
if [ ! -f "$DIR/$f" ]; then
|
||||
|
||||
Reference in New Issue
Block a user