Slackbot
01/18/2023, 12:20 AMJunyeong Choi
01/18/2023, 1:05 AMservice: "service:svc"
labels:
stage: production
include:
- "*.py"
- 'configuration.yaml'
exclude:
- "venv"
- "venv/"
python:
requirements_txt: "requirements.txt"
docker:
env:
BENTOML_CONFIG: "src/configuration.yaml"