Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
665 contributions in the last year
Activity overview
Contribution activity
October 2020
- Implemented E2E tests for provision recipe
- [issue-2187] Type declarations for src/Collection
- Add composer_version to choose which composer version to install
- added phpstan static analysis via GitHub Actions
- fixed issue #2209
- Validate configurations
- [#2197] Created E2E testing environment
- [#2192] Support for placeholders in run and runLocally
- Support custom rsync flags.
- [issue-2187] Type declarations for src/Configuration
Created an issue in deployphp/deployer that received 4 comments
Detecting vendor/bin/dep
Currently Deployer can detect autoload.php file:
https://github.com/deployphp/deployer/blob/master/bin/dep#L63-L67
We need to be able also to detect …