Spaces:
Runtime error
Runtime error
Commit ·
6f017c1
1
Parent(s): aefc56f
Change envs
Browse files
.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:
|