macrdel commited on
Commit
4ce086f
·
1 Parent(s): baf9ef4

update docker compose config

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +3 -1
.github/workflows/deploy.yml CHANGED
@@ -38,5 +38,7 @@ jobs:
38
  env:
39
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
  HF_USER: ${{ secrets.HF_USER }}
41
- run: git push --force https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms main
 
 
42
 
 
38
  env:
39
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
40
  HF_USER: ${{ secrets.HF_USER }}
41
+ run: |
42
+ git remote set-url huggingface https://$HF_USER:[email protected]/spaces/$HF_USER/sentiment-summarize-youtube-comms
43
+ git push --force huggingface main
44