Spaces:
Runtime error
Runtime error
Commit ·
7477bfe
1
Parent(s): 5c86508
Change actions
Browse files
.github/workflows/main.yml
CHANGED
|
@@ -57,7 +57,7 @@ jobs:
|
|
| 57 |
|
| 58 |
DeployProd:
|
| 59 |
name: Deploy to Production
|
| 60 |
-
needs: [
|
| 61 |
runs-on: ubuntu-latest
|
| 62 |
environment:
|
| 63 |
name: Production
|
|
|
|
| 57 |
|
| 58 |
DeployProd:
|
| 59 |
name: Deploy to Production
|
| 60 |
+
needs: [DeployDev]
|
| 61 |
runs-on: ubuntu-latest
|
| 62 |
environment:
|
| 63 |
name: Production
|