File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - git checkout ${CI_COMMIT_BRANCH}
3232 - git pull
3333 - itkdev-docker-compose-server up -d --force-recreate --remove-orphans
34- - itkdev-docker-compose-server exec phpfpm composer install -no-dev -o --classmap-authoritative
34+ - itkdev-docker-compose-server exec phpfpm composer install -- no-dev -o --classmap-authoritative
3535 - itkdev-docker-compose-server exec phpfpm bin/console doctrine:migrations:migrate --no-interaction
3636 - itkdev-docker-compose-server exec phpfpm bin/console messenger:setup-transports
3737 - itkdev-docker-compose-server exec phpfpm bin/console cache:clear
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010## [ 1.12.0] - 2026-09-04
1111
12+ - [ #99 ] ( https://github.com/itk-dev/devops_itksites/pull/99 )
13+ Fix the staging deploy: ` composer install ` was passed ` -no-dev `
1214- [ #98 ] ( https://github.com/itk-dev/devops_itksites/pull/98 )
1315 Deprecate OIDC and Service certificates, keeping their data
1416- [ #96 ] ( https://github.com/itk-dev/devops_itksites/pull/96 )
You can’t perform that action at this time.
0 commit comments