Skip to content

Commit b3cb688

Browse files
committed
Also watch the plugin directory specified by REPO.
1 parent 00f401c commit b3cb688

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Fixed
10+
11+
* Also watch the plugin directory specified by REPO.
12+
713
## [1.1.0] - 2021-07-13
814

915
### Changed

bin/setup-environment

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ services:
135135
@{[join "\n", @volumes]}
136136
httpd:
137137
volumes:
138+
@{[join "\n", @volumes]}
139+
mt-watcher:
140+
volumes:
138141
@{[join "\n", @volumes]}
139142
YAML
140143
close $fh;

mt/common.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ services:
3636
- "${HTTPD_EXPOSE_PORT:-80}:80"
3737
command: apache2-foreground
3838

39+
mt-watcher:
40+
image: busybox
41+
3942
volumes:
4043
site:
4144
driver: local

mt/psgi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
mt-watcher:
1111
build:
1212
context: mt-watcher
13+
image: movabletype/mt-watcher
1314
working_dir: /var/www/cgi-bin/mt
1415
command: /usr/local/lib/mt/bin/mt-watcher.pl
1516
environment:

0 commit comments

Comments
 (0)