Spaces:
Running
Running
alamin655
commited on
Update config.yml
Browse files- .circleci/config.yml +1 -0
.circleci/config.yml
CHANGED
@@ -25,6 +25,7 @@ jobs:
|
|
25 |
name: push to Huggingface hub
|
26 |
command: |
|
27 |
git config http.postBuffer 524288000
|
|
|
28 |
git remote set-url space https://alamin655:${HF_PERSONAL_TOKEN}@huggingface.co/spaces/alamin655/spacex
|
29 |
git pull --allow-unrelated-histories space main
|
30 |
git push -f space hf-rolling:main
|
|
|
25 |
name: push to Huggingface hub
|
26 |
command: |
|
27 |
git config http.postBuffer 524288000
|
28 |
+
git remote add space https://huggingface.co/spaces/alamin655/spacex
|
29 |
git remote set-url space https://alamin655:${HF_PERSONAL_TOKEN}@huggingface.co/spaces/alamin655/spacex
|
30 |
git pull --allow-unrelated-histories space main
|
31 |
git push -f space hf-rolling:main
|