From 4785128414ef6122739d9db7260078858a5a1297 Mon Sep 17 00:00:00 2001 From: lalitmohank Date: Tue, 17 Mar 2026 13:52:42 +0530 Subject: [PATCH] test --- boltic.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/boltic.yaml b/boltic.yaml index acb3f12..8bbd495 100644 --- a/boltic.yaml +++ b/boltic.yaml @@ -1,3 +1,23 @@ app: git-serverless-new language: nodejs/20 region: asia-south1 +handler: index.handler + +serverlessConfig: + serverlessId: f910eabb-bd0f-4391-b050-609cd9a02319 + Name: git-serverless-new + Runtime: git + Scaling: + AutoStop: false + Min: 1 + Max: 1 + MaxIdleTime: 300 + Resources: + CPU: 0.1 + MemoryMB: 128 + MemoryMaxMB: 128 + Timeout: 60 + +build: + builtin: dockerfile + ignorefile: .gitignore