automated_api/.drone.yml

29 lines
520 B
YAML
Raw Normal View History

2025-01-10 12:22:50 +08:00
kind: pipeline
type: docker
name: default
2025-01-10 12:22:50 +08:00
steps:
- name: build
image: plugins/docker
settings:
dockerfile: Dockerfile
dry_run: true
repo: automated-api
tags:
- latest
mirror: https://docker.1panelproxy.com
2025-01-10 12:22:50 +08:00
- name: docker-run-step
image: plugins/docker
commands:
- docker run -d -p 8001:8001 --name automated-api --restart automated-api:tag
2025-01-10 12:22:50 +08:00
trigger:
branch:
- main
- master
volumes:
- name: docker
host:
path: /var/run/docker.sock