Add GQL mutation for redeploying deployment to production (#42)

* Add graphql mutation to redeploy deployment to production

* Implement frontend to redeploy deployment to production

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
This commit is contained in:
2024-02-01 11:37:57 +05:30
committed by Ashwin Phatak
co-authored by neeraj
parent 5310d7c7d0
commit 0feeb9408d
11 changed files with 99 additions and 22 deletions
+6 -6
View File
@@ -5,7 +5,7 @@
"title": "nextjs-boilerplate-1",
"status": "Building",
"environment": "Production",
"isCurrent": false,
"isCurrent": true,
"branch": "prod",
"commitHash": "testXyz"
},
@@ -15,7 +15,7 @@
"title": "nextjs-boilerplate-2",
"status": "Ready",
"environment": "Preview",
"isCurrent": true,
"isCurrent": false,
"branch": "prod",
"commitHash": "testXyz"
},
@@ -35,7 +35,7 @@
"title": "nextjs-boilerplate-1",
"status": "Building",
"environment": "Production",
"isCurrent": false,
"isCurrent": true,
"branch": "prod",
"commitHash": "testXyz"
},
@@ -45,7 +45,7 @@
"title": "nextjs-boilerplate-2",
"status": "Ready",
"environment": "Preview",
"isCurrent": true,
"isCurrent": false,
"branch": "prod",
"commitHash": "testXyz"
},
@@ -65,7 +65,7 @@
"title": "nextjs-boilerplate-1",
"status": "Building",
"environment": "Production",
"isCurrent": false,
"isCurrent": true,
"branch": "prod",
"commitHash": "testXyz"
},
@@ -75,7 +75,7 @@
"title": "nextjs-boilerplate-2",
"status": "Ready",
"environment": "Preview",
"isCurrent": true,
"isCurrent": false,
"branch": "prod",
"commitHash": "testXyz"
},