feat: adding click to deploy features

This commit is contained in:
Aditya
2024-10-23 16:40:26 +05:30
parent 0ad954d480
commit d995f73913
3 changed files with 94 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Shuffle",
"description": "Security Automation Platform",
"repository": "https://github.com/shuffle/shuffle",
"env": {
"SERVICE_NAME": {
"description": "Name of the Cloud Run service",
"value": "shuffle-app"
},
"REGION": {
"description": "GCP region to deploy to",
"value": "us-central1"
}
}
}