All checks were successful
Build And Test / publish (push) Successful in 1m30s
12 lines
259 B
YAML
12 lines
259 B
YAML
services:
|
|
- type: web
|
|
name: fastmcp-server
|
|
runtime: python
|
|
buildCommand: pip install -r requirements.txt
|
|
startCommand: python src/server.py
|
|
plan: free
|
|
autoDeploy: false
|
|
envVars:
|
|
- key: ENVIRONMENT
|
|
value: production
|