Skip to content

Add GitHub Actions workflows for code formatting and service deployment #1

Add GitHub Actions workflows for code formatting and service deployment

Add GitHub Actions workflows for code formatting and service deployment #1

Workflow file for this run

services:

Check failure on line 1 in .github/workflows/render.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/render.yaml

Invalid workflow file

You have an error in your yaml syntax on line 1
- type: web
name: panda-api
runtime: python
scaling:
minInstances: 1
maxInstances: 3
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app
preDeployCommand: pip install uvicorn
envVarGroups: