cccmatthew commited on
Commit
6f017c1
1 Parent(s): aefc56f

Change envs

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +3 -0
.github/workflows/main.yml CHANGED
@@ -39,6 +39,9 @@ jobs:
39
  name: Deploy to Development
40
  needs: [Build]
41
  runs-on: ubuntu-latest
 
 
 
42
  steps:
43
  - uses: actions/checkout@v2
44
  with:
 
39
  name: Deploy to Development
40
  needs: [Build]
41
  runs-on: ubuntu-latest
42
+ environment:
43
+ name: Staging
44
+ url: 'https://huggingface.co/spaces/cccmatthew/gp30-dev'
45
  steps:
46
  - uses: actions/checkout@v2
47
  with: