{"id":22661149,"url":"https://github.com/sebastianpopp/git-ftp-action","last_synced_at":"2025-04-12T06:11:12.772Z","repository":{"id":65161672,"uuid":"179154954","full_name":"sebastianpopp/git-ftp-action","owner":"sebastianpopp","description":"Uses git-ftp and GitHub actions to deploy a GitHub repository to a FTP server.","archived":false,"fork":false,"pushed_at":"2022-12-13T14:05:54.000Z","size":14,"stargazers_count":43,"open_issues_count":1,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-26T01:36:22.480Z","etag":null,"topics":["deploy","ftp","git","git-ftp","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/git-ftp-action","language":"Dockerfile","has_issues":false,"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/sebastianpopp.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":"2019-04-02T20:38:21.000Z","updated_at":"2025-03-03T04:31:18.000Z","dependencies_parsed_at":"2023-01-04T12:38:57.759Z","dependency_job_id":null,"html_url":"https://github.com/sebastianpopp/git-ftp-action","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.47058823529411764","last_synced_commit":"197e8c3f53fe3098e9eabd7faf5d9fb50662302c"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianpopp%2Fgit-ftp-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianpopp%2Fgit-ftp-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianpopp%2Fgit-ftp-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianpopp%2Fgit-ftp-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastianpopp","download_url":"https://codeload.github.com/sebastianpopp/git-ftp-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"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","ftp","git","git-ftp","github-actions"],"created_at":"2024-12-09T11:14:20.221Z","updated_at":"2025-04-12T06:11:12.753Z","avatar_url":"https://github.com/sebastianpopp.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-ftp-action\n\nUses [git-ftp](https://github.com/git-ftp/git-ftp) and [GitHub actions](https://github.com/features/actions) to deploy a GitHub repository to a FTP server.\n\n**⚠️ Attention:** Make sure to use `actions/checkout` with `fetch-depth: 0`, since git-ftp needs the whole history in order to work.\n\n## Example usage\n\n```\nname: Deploy via git-ftp\non: push\njobs:\n  deploy:\n    name: Deploy\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v3\n      with:\n        fetch-depth: 0\n    - name: git-ftp push\n      uses: sebastianpopp/git-ftp-action@releases/v3\n      with:\n        url: \"ftp://ftp.example.com/path/\"\n        user: ${{ secrets.FTP_USER }}\n        password: ${{ secrets.FTP_PWD }}\n```\n\n## Input parameters\n\nInput parameter | Description | Required | Default\n--- | --- | --- | ---\nurl | git-ftp url (see [documentation](https://github.com/git-ftp/git-ftp/blob/1.6.0/man/git-ftp.1.md#url)) | Yes | N/A\nuser | FTP username | Yes | N/A\npassword | FTP password | Yes | N/A\nsyncroot | Specifies a local directory to sync from as if it were the git project root path. | No | `.`\noptions | Additional options (see [documentation](https://github.com/git-ftp/git-ftp/blob/1.6.0/man/git-ftp.1.md#options)) | No | `--auto-init`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianpopp%2Fgit-ftp-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianpopp%2Fgit-ftp-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianpopp%2Fgit-ftp-action/lists"}