Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matt Reeves 2024-02-12 15:33:15 +00:00
parent 74e122c066
commit aaee061bcb

19
.drone.yml Normal file
View file

@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: default
trigger:
event:
- push
- tag
platform:
os: linux
arch: amd64
steps:
- name: update-docker-images
image: docker
commands:
- docker-compose pull
- docker-compose up -d --remove-orphans