Skip to content

Commit f5ca31b

Browse files
committed
fix: pass --no-dev to composer in the staging deploy
1 parent 8770c3b commit f5ca31b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

‎.woodpecker/stg.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ steps:
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

‎CHANGELOG.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)