feat: adding click to deploy features
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user