drone file

This commit is contained in:
cupcakearmy 2020-01-04 16:12:34 +01:00
parent 2574a9e63a
commit 0e017926f2

View File

@ -24,6 +24,12 @@ steps:
target: /srv/web/blog
sources:
- ./liquet
- ./Dockerfile
- ./docker-compose.prod.yml
- ./uploads.ini
commands:
- docker-compose -f docker-compose.prod.yml down
- docker-compose -f docker-compose.prod.yml up -d
when:
event: push
branch: master