27 lines
460 B
YAML
Raw Normal View History

2026-05-20 21:39:12 +08:00
kind: pipeline
type: docker
name: ai-flow-backend-deploy
steps:
- name: build-docker
pull: if-not-exists
image: plugins/docker
volumes:
- name: docker_sock
path: /var/run/docker.sock
settings:
dockerfile: Dockerfile
commands:
- chmod +x docker-start.sh
- sh docker-start.sh
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock
trigger:
branch:
- dev-2.0.0
event:
- push