Skip to content

Commit 5818831

Browse files
committed
4184: Added support for sub-site deployment
1 parent 6480d80 commit 5818831

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.2.2]
12+
1113
- [PR-371](https://github.com/itk-dev/os2loop/pull/371)
1214
Added GitHub action to build release
13-
Added os2forms auto deployment
14-
15+
Added auto deployment
1516
- [PR-370](https://github.com/itk-dev/os2loop/pull/370)
1617
Added woodpecker to test site deployment
17-
18-
## [1.2.2]
19-
2018
- [PR-369](https://github.com/itk-dev/os2loop/pull/369) Update drupal core 10.4.5
2119

2220
## [1.2.1]
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
services:
2+
phpfpm:
3+
volumes:
4+
- ../../shared/${SUB_SITE_FOLDER}:/app/web/sites/${SUB_SITE_FOLDER}
5+
- ../../shared/sites.php:/app/web/sites/sites.php
6+
7+
nginx:
8+
volumes:
9+
- ../../shared/${SUB_SITE_FOLDER}/files:/app/web/sites/${SUB_SITE_FOLDER}/files

0 commit comments

Comments
 (0)