{"id":20651426,"url":"https://github.com/mirocow/docker-deployer-recipes","last_synced_at":"2025-07-01T16:05:43.632Z","repository":{"id":233669352,"uuid":"659481375","full_name":"Mirocow/docker-deployer-recipes","owner":"Mirocow","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-28T00:12:14.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T10:26:16.755Z","etag":null,"topics":["deployer","deployer-recipes","php8"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mirocow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-06-27T23:56:19.000Z","updated_at":"2023-06-28T00:05:00.000Z","dependencies_parsed_at":"2024-04-17T04:01:41.494Z","dependency_job_id":"7c1343b1-cf6b-422d-8b27-418bd5e9b56f","html_url":"https://github.com/Mirocow/docker-deployer-recipes","commit_stats":null,"previous_names":["mirocow/docker-deployer-recipes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirocow%2Fdocker-deployer-recipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirocow%2Fdocker-deployer-recipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirocow%2Fdocker-deployer-recipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mirocow%2Fdocker-deployer-recipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mirocow","download_url":"https://codeload.github.com/Mirocow/docker-deployer-recipes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242750779,"owners_count":20179256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["deployer","deployer-recipes","php8"],"created_at":"2024-11-16T17:27:24.465Z","updated_at":"2025-03-09T20:36:20.618Z","avatar_url":"https://github.com/Mirocow.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deployer Recipes\n\nThis repository contains third party recipes to integrate with deployer.\n\n## Installing\n\n~~~json\n    \"repositories\": [\n        {\n            \"type\": \"composer\",\n            \"url\": \"https://packagist.org\"\n        },\n        {\n            \"type\":\"vcs\",\n            \"url\": \"https://github.com/Mirocow/docker-deployer-recipes.git\"\n        }\n    ],\n~~~\n\n~~~sh\ncomposer require mirocow/docker-deployer-recipes --dev\n~~~\n\n## Usage\n\n```php\n\u003c?php\nnamespace Deployer;\n\nuse Deployer\\Task\\Context;\n\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/cleanup.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/lock.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/prepare.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/release.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/shared.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/writable.php';\nrequire './vendor/mirocow/docker-deployer-recipes/recipe/laravel.php';\n\ntask('docker:deploy:update_code', [\n    'docker:deploy:prepare_application',  //\n    'docker:deploy:vendors',              //\n]);\n\ntask('deploy', [\n    'docker:deploy:prepare',       // Run in the docker\n    'docker:deploy:release',       // Run in the docker\n    'docker:deploy:update_code',   // Run in the remote docker container\n    'docker:deploy:shared',        // Run in the docker\n    'docker:artisan:key:generate', // |\n    'docker:artisan:view:clear',   // |\n    'docker:artisan:cache:clear',  // |\n    'docker:artisan:config:clear', // |\n    'docker:artisan:storage:link', // |\n    'docker:artisan:config:cache', // | Laravel specific steps\n    'docker:artisan:route:clear',  // |\n    //'docker:artisan:route:cache',  // |\n    'docker:artisan:view:cache',   // |\n    //'docker:artisan:optimize',     // |\n    'docker:artisan:migrate',      // |\n    //'docker:artisan:db:seed',      // |\n    'docker:deploy:writable',      // Run in the docker\n    'docker:deploy:symlink',\n    'docker:deploy:unlock',        // Run in the docker\n    'docker:deploy:cleanup',       // Run in the docker\n]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirocow%2Fdocker-deployer-recipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmirocow%2Fdocker-deployer-recipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmirocow%2Fdocker-deployer-recipes/lists"}