{"id":24780398,"url":"https://github.com/webgriffe/deployer-magento","last_synced_at":"2026-03-11T08:02:57.502Z","repository":{"id":48594464,"uuid":"88169558","full_name":"webgriffe/deployer-magento","owner":"webgriffe","description":"Deployer recipe for Magento project","archived":false,"fork":false,"pushed_at":"2021-06-30T08:59:13.000Z","size":23,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T18:18:35.111Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webgriffe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-13T13:46:58.000Z","updated_at":"2021-06-30T08:53:02.000Z","dependencies_parsed_at":"2022-08-27T21:23:34.175Z","dependency_job_id":null,"html_url":"https://github.com/webgriffe/deployer-magento","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/webgriffe/deployer-magento","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fdeployer-magento","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fdeployer-magento/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fdeployer-magento/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fdeployer-magento/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webgriffe","download_url":"https://codeload.github.com/webgriffe/deployer-magento/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webgriffe%2Fdeployer-magento/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30375497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-29T10:30:19.497Z","updated_at":"2026-03-11T08:02:57.475Z","avatar_url":"https://github.com/webgriffe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Magento 1.x Deployer Recipe\n===========================\n\nDeployer recipe for Magento project. It requires Deployer greater or equal to version `5.0`.\n\nInstall\n-------\n\nInstall it using Composer:\n\n\t$ composer require --dev webgriffe/deployer-magento\n\t\nUsage\n-----\n\nRequire the recipe in your `deploy.php`:\n\n```php\n\nnamespace Deployer;\n\nrequire __DIR__ . '/vendor/webgriffe/deployer-magento/magento.php';\n\n// Usual Deployer configuration here\n\n// Set magento root directory inside release path (leave blank if Magento is in the root of the release path)\nset('magento_root', 'magento');\n// Set other Magento's specific config (see below)\n```\n\nCaution\n-------\nPlease, refer to the `magento.php` file to check the provided shared directories and files. Make sure that these don't conflict with your project. Even when you upgrade `webgriffe/deployer-magento` please check the shared stuff. We do not treat a different shared configuration as a BC break.\n\nConfiguration\n-------------\n\nThis recipe provides the following Deployer parameters that you can set in your local `deploy.php` file:\n\n* `media_pull_exclude_dirs`, default value `['css', 'css_secure', 'js']`: allows to set a list of subdirectories of the `media` folder that will be excluded from the `magento:media-pull` task.\n* `setup-run-timeout`, default value `300`: allows to set the timeout for the `magento:setup-run` task which in some cases takes more time.\n* `db_pull_strip_tables`, default value `['@stripped']`: allows to set an array of table names or groups which data will be stripped from the database dump generated with the `magento:db-pull` task. Table names or groups syntax follow the same rules of the `--strip` option of the `n98-magerun.phar db:dump`, see the [magerun](https://github.com/netz98/n98-magerun) documentation for more information.\n* `magerun_remote`, default value `n98-magerun.phar`: allows to set the path of the magerun bin on the remote stage.\n* `magerun_local`, default value `getenv('DEPLOYER_MAGERUN_LOCAL') ?: 'n98-magerun.phar'`: allows to set the path of the local magerun bin. As you can see the default value is taken from the `DEPLOYER_MAGERUN_LOCAL ` environment variable if it's set, otherwise `n98-magerun.phar` will be used.\n\n\nMagento useful tasks\n--------------------\n\nThis recipe provides Magento useful tasks:\n\n* `magento:db-dump`: creates a gzipped database dump on the remote stage in the deploy user's home directory\n* `magento:db-pull`: pulls database from the remote stage to local environment  \n* `magento:media-pull`: pulls Magento media from the remote stage to local environment  \n* `magento:set-copy-deploy-strategy`: sets the \"copy\" deploy strategy for [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer) into the composer.json file.\n\nLicense\n-------\n\nThis library is under the MIT license. See the complete license in the LICENSE file.\n\nCredits\n-------\n\nDeveloped by [Webgriffe®](http://www.webgriffe.com/). Please, report to us any bug or suggestion by GitHub issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fdeployer-magento","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebgriffe%2Fdeployer-magento","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebgriffe%2Fdeployer-magento/lists"}