{"id":16432641,"url":"https://github.com/setoelkahfi/garust-debian","last_synced_at":"2026-05-08T04:41:23.015Z","repository":{"id":158971533,"uuid":"634343054","full_name":"setoelkahfi/garust-debian","owner":"setoelkahfi","description":"GitHub Action to run Rust binary on Debian Bulls Eye using SSH rsync.","archived":false,"fork":false,"pushed_at":"2024-05-05T09:05:27.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T09:11:03.474Z","etag":null,"topics":["github-actions","github-actions-ci","rust","rust-lang"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/setoelkahfi.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-04-29T20:13:04.000Z","updated_at":"2024-12-31T11:53:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4753119b-e34f-4e92-a376-89eca1908395","html_url":"https://github.com/setoelkahfi/garust-debian","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setoelkahfi%2Fgarust-debian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setoelkahfi%2Fgarust-debian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setoelkahfi%2Fgarust-debian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/setoelkahfi%2Fgarust-debian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/setoelkahfi","download_url":"https://codeload.github.com/setoelkahfi/garust-debian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242248100,"owners_count":20096611,"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":["github-actions","github-actions-ci","rust","rust-lang"],"created_at":"2024-10-11T08:43:58.849Z","updated_at":"2026-05-08T04:41:17.993Z","avatar_url":"https://github.com/setoelkahfi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# garust-debian\n\nGitHub Action to running Rust binary on Debian Bulls Eye using SSH `rsync`. Read more on [how to deploy Rust Axum to production](https://medium.com/smbpndk/deploy-rust-axum-binary-with-garust-debian-github-action-f04da853581).\n\n## Supported runner\n\n`ubuntu-20.04`\n\n[What is my Debian in my Ubuntu?](https://askubuntu.com/a/445496/513710).\n\n## Input\n\n```yaml\n  working-directory:\n    description: \"Working directory for the build.\"\n    required: true\n  binary-name:\n    description: \"Name of the binary to run. Usually the [[bin]] value in the Cargo.toml.\"\n    required: true\n  ssh-user:\n    description: \"SSH user.\"\n    required: true\n  ssh-host:\n    description: \"SSH host.\"\n    required: true\n  ssh-private-key:\n    description: \"SSH private key.\"\n    required: true\n  ssh-known-hosts:\n    description: \"SSH known hosts.\"\n    required: true\n```\n\n## Example\n\n```yaml\nname: \"Build and release\"\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  build-and-release:\n    runs-on: ubuntu-20.04\n    steps:\n        - uses: actions/checkout@v3\n        - uses: setoelkahfi/garust-debian@v1\n            with: Install Rust stable\n                ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}\n                ssh-known-hosts: ${{ secrets.SSH_KNOWN_HOSTS }}\n                ssh-user: ${{ secrets.SSH_USER }}\n                ssh-host: ${{ secrets.SSH_HOST }}\n                project-directory: ${{ secrets.PROJECT_DIRECTORY }}\n                project-name: ${{ secrets.PROJECT_NAME }}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetoelkahfi%2Fgarust-debian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsetoelkahfi%2Fgarust-debian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsetoelkahfi%2Fgarust-debian/lists"}