File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments