mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-17 21:48:58 +01:00
Dr. Ulrich Thomas Gabor
fa2ce9ac0f
Shopware Flex has no
build.sh
anymore (#3513)
The new [Shopware template](https://developer.shopware.com/docs/guides/installation/template) does not have a `bin/build.sh` file anymore. The missing executable executed `composer install` and `bin/build-js.sh`. Since requiring the new Symfony flex recipe requires running `composer` manually, we just execute `bin/build-js.sh` now. This could be a breaking change for some users. Don't know if you want to state that somewhere or allow a way to restore the old behavior via flag (although one can just override the `sw-build-without-db:build` task anytime).
Deployer
The PHP deployment tool with support for popular frameworks out of the box.
See deployer.org for more information and documentation.
Features
- Automatic server provisioning.
- Zero downtime deployments.
- Ready to use recipes for most frameworks.
Additional resources
License
Languages
PHP
99.6%
HTML
0.4%