This commit is contained in:
parent
74e122c066
commit
aaee061bcb
1 changed files with 19 additions and 0 deletions
19
.drone.yml
Normal file
19
.drone.yml
Normal 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
|
Reference in a new issue