Spaces:
Sleeping
Sleeping
cccmatthew
commited on
Commit
•
694c2b9
1
Parent(s):
3beffac
Change actions
Browse files
.github/workflows/main.yml
CHANGED
@@ -46,11 +46,11 @@ jobs:
|
|
46 |
- name: Add remote
|
47 |
env:
|
48 |
HF: ${{ secrets.HF }}
|
49 |
-
run: git remote add space https://cccmatthew:$HF@huggingface.co/spaces/cccmatthew/gp30-
|
50 |
- name: Push to hub
|
51 |
env:
|
52 |
HF: ${{ secrets.HF }}
|
53 |
-
run: git push --force https://cccmatthew:$HF@huggingface.co/spaces/cccmatthew/gp30-
|
54 |
|
55 |
DeployProd:
|
56 |
name: Deploy to Production
|
|
|
46 |
- name: Add remote
|
47 |
env:
|
48 |
HF: ${{ secrets.HF }}
|
49 |
+
run: git remote add space https://cccmatthew:$HF@huggingface.co/spaces/cccmatthew/gp30-dev
|
50 |
- name: Push to hub
|
51 |
env:
|
52 |
HF: ${{ secrets.HF }}
|
53 |
+
run: git push --force https://cccmatthew:$HF@huggingface.co/spaces/cccmatthew/gp30-dev main
|
54 |
|
55 |
DeployProd:
|
56 |
name: Deploy to Production
|