Team-Segmento commited on
Commit ·
ff1fa4a
1
Parent(s): 408e20d
Update deploy-to-hf.yml
Browse files
.github/workflows/deploy-to-hf.yml
CHANGED
|
@@ -26,7 +26,7 @@ jobs:
|
|
| 26 |
git config --global user.name "github-actions[bot]"
|
| 27 |
|
| 28 |
# Add Hugging Face remote
|
| 29 |
-
git remote add hf https://WORKWITHSHAFISK:$HF_TOKEN@huggingface.co/spaces/WORKWITHSHAFISK/
|
| 30 |
|
| 31 |
# Force push to Hugging Face (main branch)
|
| 32 |
git push --force hf HEAD:main
|
|
@@ -34,4 +34,4 @@ jobs:
|
|
| 34 |
- name: Deployment status
|
| 35 |
run: |
|
| 36 |
echo "✅ Successfully synced to Hugging Face Spaces!"
|
| 37 |
-
echo "🔗 Space URL: https://huggingface.co/spaces/WORKWITHSHAFISK/
|
|
|
|
| 26 |
git config --global user.name "github-actions[bot]"
|
| 27 |
|
| 28 |
# Add Hugging Face remote
|
| 29 |
+
git remote add hf https://WORKWITHSHAFISK:$HF_TOKEN@huggingface.co/spaces/WORKWITHSHAFISK/Segmento-Pulse-Backend || true
|
| 30 |
|
| 31 |
# Force push to Hugging Face (main branch)
|
| 32 |
git push --force hf HEAD:main
|
|
|
|
| 34 |
- name: Deployment status
|
| 35 |
run: |
|
| 36 |
echo "✅ Successfully synced to Hugging Face Spaces!"
|
| 37 |
+
echo "🔗 Space URL: https://huggingface.co/spaces/WORKWITHSHAFISK/Segmento-Pulse-Backend"
|