Spaces:
Runtime error
Runtime error
Commit
·
a41db12
1
Parent(s):
3128273
Change actions
Browse files
.github/workflows/main.yml
CHANGED
@@ -46,19 +46,16 @@ jobs:
|
|
46 |
- name: Add remote
|
47 |
env:
|
48 |
HF: ${{ secrets.HF }}
|
49 |
-
run: git remote add space https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-
|
50 |
- name: Deploy
|
51 |
env:
|
52 |
HF: ${{ secrets.HF }}
|
53 |
-
run: git push --force https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-
|
54 |
|
55 |
DeployProd:
|
56 |
name: Deploy to Production
|
57 |
needs: [DeployDev]
|
58 |
runs-on: ubuntu-latest
|
59 |
-
environment:
|
60 |
-
name: Prod
|
61 |
-
url: 'https://huggingface.co/spaces/cccmatthew/gp30-deployment'
|
62 |
steps:
|
63 |
- name: Add remote
|
64 |
env:
|
|
|
46 |
- name: Add remote
|
47 |
env:
|
48 |
HF: ${{ secrets.HF }}
|
49 |
+
run: git remote add space https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-deployment
|
50 |
- name: Deploy
|
51 |
env:
|
52 |
HF: ${{ secrets.HF }}
|
53 |
+
run: git push --force https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-deployment main
|
54 |
|
55 |
DeployProd:
|
56 |
name: Deploy to Production
|
57 |
needs: [DeployDev]
|
58 |
runs-on: ubuntu-latest
|
|
|
|
|
|
|
59 |
steps:
|
60 |
- name: Add remote
|
61 |
env:
|