Skip to content

Commit 8bd91b5

Browse files
committed
4120: Updated stg site installation commands
1 parent 06e3e0a commit 8bd91b5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.woodpecker/stg.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ steps:
2727
- git fetch origin ${CI_COMMIT_BRANCH}
2828
- git checkout ${CI_COMMIT_BRANCH}
2929
- git pull
30-
- itkdev-docker-compose-server up -d --force-recreate
31-
- itkdev-docker-compose-server exec phpfpm composer install
30+
- itkdev-docker-compose-server up --detach --force-recreate
31+
- itkdev-docker-compose-server exec phpfpm composer install --no-dev --classmap-authoritative
32+
# https://symfony.com/doc/current/frontend/asset_mapper.html#serving-assets-in-dev-vs-prod
33+
- itkdev-docker-compose-server exec phpfpm bin/console asset-map:compile
3234
- itkdev-docker-compose-server exec phpfpm bin/console cache:clear

0 commit comments

Comments
 (0)