binary-shield / Justfile
Gokul Soumya
build(binary-shield): HuggingFace docker space for demo
5272088
set fallback
deploy-demo:
#!/usr/bin/env bash
cd ..
if ! git remote show hf-binary-shield-demo-space >/dev/null 2>&1; then
echo "Error: Remote 'hf-binary-shield-demo-space' does not exist."
echo "Add it with: git remote add hf-binary-shield-demo-space [email protected]:spaces/sudormrfbin/binary-shield"
exit 1
fi
git subtree push --prefix=binary-shield hf-binary-shield-demo-space main