{"id":18382861,"url":"https://github.com/e-commit/deploy-rsync-bundle","last_synced_at":"2025-06-28T19:34:40.480Z","repository":{"id":56974741,"uuid":"335082138","full_name":"e-commit/deploy-rsync-bundle","owner":"e-commit","description":"Deploy Symfony project with Rsync","archived":false,"fork":false,"pushed_at":"2025-03-15T13:15:56.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T11:16:41.306Z","etag":null,"topics":["deploy","rsync","ssh","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"","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/e-commit.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-01T20:57:30.000Z","updated_at":"2025-03-15T13:15:59.000Z","dependencies_parsed_at":"2023-02-08T05:46:12.393Z","dependency_job_id":"c9f63700-a1ec-4332-97e9-6eb1e1d1097c","html_url":"https://github.com/e-commit/deploy-rsync-bundle","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"290d270a4c9c5c035af4260dcc258bb15cb56afd"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/e-commit/deploy-rsync-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-commit%2Fdeploy-rsync-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-commit%2Fdeploy-rsync-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-commit%2Fdeploy-rsync-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-commit%2Fdeploy-rsync-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-commit","download_url":"https://codeload.github.com/e-commit/deploy-rsync-bundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-commit%2Fdeploy-rsync-bundle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259964327,"owners_count":22938724,"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":["deploy","rsync","ssh","symfony","symfony-bundle"],"created_at":"2024-11-06T01:08:55.743Z","updated_at":"2025-06-15T11:06:42.677Z","avatar_url":"https://github.com/e-commit.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EcommitDeployRsyncBundle\n\nThe EcommitDeployRsyncBundle bundle (for Symfony) deploys your Symfony project with RSYNC.\n\n\n![Tests](https://github.com/e-commit/deploy-rsync-bundle/workflows/Tests/badge.svg)\n\n\n## Installation ##\n\nInstall the bundle with Composer : In your project directory, execute the following command :\n\n```bash\n$ composer require ecommit/deploy-rsync-bundle\n```\n\nEnable the bundle in the `config/bundles.php` file for your project :\n\n```php\nreturn [\n    //...\n    Ecommit\\DeployRsyncBundle\\EcommitDeployRsyncBundle::class =\u003e ['all' =\u003e true],\n    //...\n];\n```\n\nIn your project, add the configuration file `config/packages/ecommit_deploy_rsync.yaml` :\n\n```yaml\necommit_deploy_rsync:\n    #Environments configuration\n    environments:\n        my_server1: #Environment name\n            #Target - Required\n            #The target can be either an SSH target or a local target\n            #SSH target format: ssh://\u003cusername\u003e@\u003chostname\u003e:\u003cpath\u003e or ssh://\u003cusername\u003e@\u003chostname\u003e:\u003cport\u003e:\u003cpath\u003e\n            #Local target format: file://\u003cpath\u003e\n            target: ssh://myuser@myserver.com:/home/remote_dir\n            #rsync_options: [] #Rsync command options - Not required - Default values: [] - If not defined, the global rsync_options is used\n            #ignore_file: #Rsync ignore file - Not required - Default value: null - If not defined, the global ignore_file option is used\n\n        #You can define others environments :\n        #my_server2:\n            #target: ssh://myuser@myserver2.com:/home/remote_dir\n    \n    #Rsync global configuration\n    #rsync:\n        #rsync_path: rsync #Rsync bin path - Not required - Default value: \"rsync\"\n        #rsync_options #Rsync command options (global) - Default values:\n            # - '-azC'\n            # - '--force'\n            # - '--delete'\n            # - '--progress'\n        #ignore_file: #Rsync ignore file - Not required - Default value: null\n```\n\n\n## Usage ##\n\n```bash\n#Perform a trial run with no changes made\nphp bin/console ecommit:deploy-rsync my_server1\n#Execute the changes\nphp bin/console ecommit:deploy-rsync my_server1 --go\n```\n\n\n## License ##\n\nThis bundle is available under the MIT license. See the complete license in the *LICENSE* file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-commit%2Fdeploy-rsync-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-commit%2Fdeploy-rsync-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-commit%2Fdeploy-rsync-bundle/lists"}