mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
drone file
This commit is contained in:
parent
2574a9e63a
commit
0e017926f2
@ -24,6 +24,12 @@ steps:
|
|||||||
target: /srv/web/blog
|
target: /srv/web/blog
|
||||||
sources:
|
sources:
|
||||||
- ./liquet
|
- ./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:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: master
|
branch: master
|
Loading…
Reference in New Issue
Block a user