{"id":15381709,"url":"https://github.com/sand4rt/ftp-deployer","last_synced_at":"2025-07-17T07:05:52.705Z","repository":{"id":53360053,"uuid":"237217354","full_name":"sand4rt/ftp-deployer","owner":"sand4rt","description":"Simple SFTP / FTP deployment with NodeJS.","archived":false,"fork":false,"pushed_at":"2024-03-28T11:07:48.000Z","size":1142,"stargazers_count":48,"open_issues_count":1,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T15:19:00.171Z","etag":null,"topics":["deployment","ftp","ftps","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ftp-deployer","language":"JavaScript","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/sand4rt.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":"2020-01-30T13:20:04.000Z","updated_at":"2025-01-21T20:50:16.000Z","dependencies_parsed_at":"2024-06-18T19:52:21.263Z","dependency_job_id":"fdcae8fa-6dc7-427c-a329-a6fe9a096ba6","html_url":"https://github.com/sand4rt/ftp-deployer","commit_stats":{"total_commits":51,"total_committers":5,"mean_commits":10.2,"dds":0.3529411764705882,"last_synced_commit":"22443d6c25ca34ca14c59af51eaf9b39412227e1"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sand4rt%2Fftp-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sand4rt%2Fftp-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sand4rt%2Fftp-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sand4rt%2Fftp-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sand4rt","download_url":"https://codeload.github.com/sand4rt/ftp-deployer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249135832,"owners_count":21218365,"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":["deployment","ftp","ftps","github-actions"],"created_at":"2024-10-01T14:28:32.822Z","updated_at":"2025-04-15T19:17:31.667Z","avatar_url":"https://github.com/sand4rt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub action - SFTP / FTP deployer\n\nSimple SFTP / FTP deployment with NodeJS.\n\n## Example\n\n``` yml\n- name: FTP Deployer\n  uses: sand4rt/ftp-deployer@v1.8\n  with:\n    sftp: false # optional\n    host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)\n    port: 21 # optional, default is: 21\n    username: ${{ secrets.FTP_USERNAME }} # FTP username\n    password: ${{ secrets.FTP_PASSWORD }} # FTP password\n    remote_folder: ${{ secrets.FTP_REMOTE_FOLDER }} # optional, remote path of your FTP server\n    local_folder: dist # optional, local path, default is: dist\n    cleanup: false # optional, remove existing files inside FTP remote folder\n    include: '[]' # optional, e.g. '['dist']'\n    exclude: '[]' # optional, e.g. '['node_modules/**', '.git/**', '*.env']'\n    passive: true # optional\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsand4rt%2Fftp-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsand4rt%2Fftp-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsand4rt%2Fftp-deployer/lists"}