magedeploy2-base icon indicating copy to clipboard operation
magedeploy2-base copied to clipboard

Magento2 Deployment with Deployer (Skeleton)

Results 8 magedeploy2-base issues
Sort by recently updated
recently updated
newest added

The task "cachetool:clear:opcache" from "deployer/recipies" always downloads the most up to date version. As of today this is version 4.0.0. But this is not compatible with PHP versions smaller than...

The Jenkinsfile mentioned in the README.md seems to be missing from the repository.

Per project one might have to have to customize exsting tasks or add additional tasks. There needs to be some documentation on how to create local tasks beneath a src...

In mage [magedeploy2.php](https://github.com/mwr/magedeploy2-base/blob/master/magedeploy2.php#L13-L14) you can specify _git_dir_ and _app_dir_ to any path on disk. However, these paths are hard coded to default value of 'shop' in [n98/n98-deployer](https://github.com/netz98/n98-deployer/blob/master/src/Deployer/Task/BuildTasks.php#L109) package and can...

For first time deployments to a server it might be helpful to have a command available that can initialize the database on the remote server for us. The connection to...

At the moment there is only one magedeploy.php with one configuration for the build database. The database authentication data might probably differ between local setups and a build-server. So there...