Releases: leroy-merlin-br/dployer
Releases · leroy-merlin-br/dployer
Fix config option
Accept custom config file
Merge pull request #30 from leroy-merlin-br/dployer-config Make dployer configurable
Support for files starting with dot
Now files starting with dot (i.e: .potato
) is packed to deploy.
Update phpunit
v1.2.3 Updated phpunit version from 4.6 to 5.x
Removed .deployment folder before deploy
Merge pull request #26 from rplansky/v1.2.2 Built version v1.2.2
Fixed stop on error feature
Merge pull request #23 from rplansky/bugfix/stop-on-error Fixed dployer to stop on errors
Stop on errors and --force option
Now deploy process stop on errors by default. If --force option is used, continue the process. If --interactice option is used, asks if user wants to abort deploy.
Configuration file and events
Adds configuration file to make command easier to run and create some new extra features.
Changelog:
- Create configuration file
- Add events
- Interactive mode
- Verbose mode
First stable version of dployer
v1.0.0 First stable version of dployer