{"id":44438753,"url":"https://github.com/eaudeweb/drupal-sync-action","last_synced_at":"2026-02-12T14:29:54.523Z","repository":{"id":207245074,"uuid":"718778071","full_name":"eaudeweb/drupal-sync-action","owner":"eaudeweb","description":"Synchronize two drupal instances","archived":false,"fork":false,"pushed_at":"2024-08-15T13:18:32.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"1.x","last_synced_at":"2024-08-15T15:12:25.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/eaudeweb.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":"2023-11-14T19:29:06.000Z","updated_at":"2024-08-15T15:12:26.662Z","dependencies_parsed_at":"2024-08-15T15:26:43.127Z","dependency_job_id":null,"html_url":"https://github.com/eaudeweb/drupal-sync-action","commit_stats":null,"previous_names":["eaudeweb/drupal-sync-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eaudeweb/drupal-sync-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-sync-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-sync-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-sync-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-sync-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eaudeweb","download_url":"https://codeload.github.com/eaudeweb/drupal-sync-action/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eaudeweb%2Fdrupal-sync-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":"2026-02-12T14:29:50.469Z","updated_at":"2026-02-12T14:29:54.518Z","avatar_url":"https://github.com/eaudeweb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Synchronize two Drupal instances\n\nCaveat: At the moment only the database is synchronized.\n\n## Usage\n\n```yml\non:\n  workflow_dispatch:\n    inputs:\n      sync_db:\n        description: 'Synchronize DB'\n        type: boolean\n        required: true\n        default: true\n      sync_files:\n        description: 'Synchronize \"files\"'\n        type: boolean\n        required: true\n        default: false\n\nname: 'Sync PRODUCTION to TEST'\njobs:\n  db:\n    name: 'Executing synchronization'\n    runs-on:\n      labels: 'drupal'\n\n    steps:\n      - name: 'Running'\n        uses: eaudeweb/drupal-sync-action@1.x\n        with:\n          target_ssh_user:             ${{ secrets.TEST_SSH_USER }}\n          target_ssh_host:             ${{ secrets.TEST_SSH_HOST }}\n          target_ssh_key:              ${{ secrets.TEST_SSH_KEY }}\n          ssh_user_jumphost:           ${{ secrets.TEST_SSH_USER_JUMPHOST }}\n          ssh_host_jumphost:           ${{ secrets.TEST_SSH_HOST_JUMPHOST }}\n          target_project_dir:          /var/www/html/example.org\n          sync_db: ${{ inputs.sync_db }}\n          sync_files: ${{ inputs.sync_files }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fdrupal-sync-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feaudeweb%2Fdrupal-sync-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feaudeweb%2Fdrupal-sync-action/lists"}