{"id":22691426,"url":"https://github.com/sebastianjnuwu/ssh-action-deploy","last_synced_at":"2025-04-12T23:04:55.580Z","repository":{"id":65566463,"uuid":"594882211","full_name":"sebastianjnuwu/ssh-action-deploy","owner":"sebastianjnuwu","description":"🐙 Deploy your application with quick and easy command execution","archived":false,"fork":false,"pushed_at":"2024-08-08T17:03:55.000Z","size":90,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"action","last_synced_at":"2024-10-08T21:33:04.680Z","etag":null,"topics":["action","actions","deploy","deployable","deployment","deployment-automation","github-action","github-actions","shell","ssh","vps"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/ssh-action-deploy","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebastianjnuwu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"sebastianjnuwu","ko_fi":"sebastianjnuwu","patreon":"sebastianjnuwu"}},"created_at":"2023-01-29T22:50:58.000Z","updated_at":"2024-09-09T14:11:44.000Z","dependencies_parsed_at":"2023-02-16T12:30:58.159Z","dependency_job_id":"cdbe7581-e96c-42db-a21f-c78d016fe40b","html_url":"https://github.com/sebastianjnuwu/ssh-action-deploy","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/sebastianjnuwu%2Fssh-action-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianjnuwu%2Fssh-action-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianjnuwu%2Fssh-action-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianjnuwu%2Fssh-action-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastianjnuwu","download_url":"https://codeload.github.com/sebastianjnuwu/ssh-action-deploy/tar.gz/refs/heads/action","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228987000,"owners_count":18002227,"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":["action","actions","deploy","deployable","deployment","deployment-automation","github-action","github-actions","shell","ssh","vps"],"created_at":"2024-12-10T01:10:39.979Z","updated_at":"2024-12-10T01:10:40.576Z","avatar_url":"https://github.com/sebastianjnuwu.png","language":null,"funding_links":["https://github.com/sponsors/sebastianjnuwu","https://ko-fi.com/sebastianjnuwu","https://patreon.com/sebastianjnuwu"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://icon-library.com/images/terminal-icon/terminal-icon-1.jpg\" width=140 height=140 /\u003e\n  \u003cbr\u003e\n  \u003cb\u003essh-action-deploy\u003c/b\u003e\n  \u003cbr\u003e\n  \u003csmail\u003e\"What you were looking for all this time to be here, deploy your application\"\u003c/smail\u003e\n\u003c/p\u003e\n\n# About\n\n Deploy your application to vps over ssh quickly and easily using github actions...\u003cbr\u003e\n  - Deploy your application \n  - Execute commands\n  - Easy and fast \n\n# mode of use\n\n Worth remembering if you have any questions or suggestions just open an [issue](https://github.com/sebastianjnuwu/ssh-action-deploy/issues).\n## Warning\n\n Read this before running \u003cstrong\u003essh-action-deploy\u003c/strong\u003e\n \n • During deploy the folder you put in is cleaned.\n \n • We use the default ssh port (22) to execute the deploy\n\n • If you want to use several commands, separate them with `\u0026` or `;`.\n\n## example\n\n  It is very simple to use, see the example:\n```yml\n# Please read the next section below before using for your own safety \"variables\".\nname: 🐥 ssh-action-deploy\n\non:\n  push:\n    branches: [ \"action\" ]\n  pull_request:\n    branches: [ \"action\" ]\n    \njobs:\n  build:\n    name: 🕳️ Ubuntu...\n    runs-on: ubuntu-latest\n    steps:\n      - name: 💞 Github actions...\n        uses: actions/checkout@v3\n      - name: 🌈 Deploy with ssh...\n        uses: sebastianjnuwu/ssh-action-deploy@v4\n        with:\n          IP: ${{ secrets.IP }}\n          USER: ${{ secrets.USER }}\n          KEY: ${{ secrets.KEY }}\n          FOLDER: \"/root/.deploy\"\n          RUN: \"ls -a; pwd\"\n  ```\n  \n## variables \n\n| variable | example  | require |\n| -------- | ----------- | ------- |\n| `IP` | `1.1.1.1`| `true` |\n| `USER` | `root` | `true` |\n| `KEY` | `xxxxxx` | `true` |\n| `FOLDER` | `/root/.deploy`| `true` |\n| `RUN` | `uptime` | `false` |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianjnuwu%2Fssh-action-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianjnuwu%2Fssh-action-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianjnuwu%2Fssh-action-deploy/lists"}