feat: shifting to VMs!

This commit is contained in:
Aditya
2024-10-23 17:01:21 +05:30
parent 1d19683b30
commit db3dd124b5
2 changed files with 4 additions and 88 deletions
+4 -10
View File
@@ -1,15 +1,9 @@
{
"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"
}
"repository": "https://github.com/Shuffle/Shuffle",
"ref": "2.0.0",
"scripts": {
"postclone": "chmod +x startup.sh && ./startup.sh"
}
}