cccmatthew commited on
Commit
3128273
·
1 Parent(s): d8eb1eb
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -5
.github/workflows/main.yml CHANGED
@@ -39,18 +39,18 @@ jobs:
39
  name: Deploy to Development
40
  needs: [Build]
41
  runs-on: ubuntu-latest
42
- environment:
43
- name: Dev
44
- url: 'https://huggingface.co/spaces/cccmatthew/gp30-dev'
45
  steps:
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
 
39
  name: Deploy to Development
40
  needs: [Build]
41
  runs-on: ubuntu-latest
42
+ # environment:
43
+ # name: Dev
44
+ # url: 'https://huggingface.co/spaces/cccmatthew/gp30-dev'
45
  steps:
46
  - name: Add remote
47
  env:
48
  HF: ${{ secrets.HF }}
49
+ run: git remote add space https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-dev
50
  - name: Deploy
51
  env:
52
  HF: ${{ secrets.HF }}
53
+ run: git push --force https://cccmatthew:[email protected]/spaces/cccmatthew/gp30-dev main
54
 
55
  DeployProd:
56
  name: Deploy to Production