chore: sync submodule state (parent ref update)
Made-with: Cursor
This commit is contained in:
@@ -47,6 +47,9 @@ log_step "Step 2: Deploying frontend files..."
|
||||
sshpass -p "$PASSWORD" scp -o StrictHostKeyChecking=no \
|
||||
"$REPO_ROOT/frontend/public/index.html" \
|
||||
root@"$IP":/var/www/html/index.html
|
||||
[ -f "$REPO_ROOT/frontend/public/explorer-spa.js" ] && sshpass -p "$PASSWORD" scp -o StrictHostKeyChecking=no \
|
||||
"$REPO_ROOT/frontend/public/explorer-spa.js" \
|
||||
root@"$IP":/var/www/html/explorer-spa.js
|
||||
|
||||
log_success "Frontend deployed"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user