Files
ai-hand/.drone.yml
编码猿 1a51730db6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
修改镜像
2025-01-24 22:38:48 +08:00

16 lines
370 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: run-ai
image: registry.buyusdt.xyz/ai-modelscope:latest
network_mode: host
commands:
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git clone https://git.buyusdt.xyz/bmy/ai-hand
- cd /drone/src/ai-hand/ && uvicorn main:app --reload --host '0.0.0.0' --port 9741