File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 keep : 4
2525 playbook : " release"
2626 pre_up :
27- - itkdev-docker-compose-server run phpfpm bin/console doctrine:migrations:migrate --no-interaction
28- - itkdev-docker-compose-server run phpfpm bin/console messenger:setup-transports
27+ - itkdev-docker-compose-server run --rm phpfpm bin/console doctrine:migrations:migrate --no-interaction
28+ - itkdev-docker-compose-server run --rm phpfpm bin/console messenger:setup-transports
2929
3030 - name : Run post deploy
3131 image : itkdev/ansible-plugin:1
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ - [ #89 ] ( https://github.com/itk-dev/devops_itksites/pull/89 )
11+ Added ` --rm ` to ` docker compose run ` in prod deployment
1012- [ #80 ] ( https://github.com/itk-dev/devops_itksites/pull/80 ) 5566: Service agreements
1113 - Add security contract entity with crud controller
1214 - Add Abstract full crud controller and extend on it in some cases
You can’t perform that action at this time.
0 commit comments