{"id":19882312,"url":"https://github.com/abudawud/ci-deploy","last_synced_at":"2025-10-04T07:51:01.389Z","repository":{"id":131231222,"uuid":"274177914","full_name":"abudawud/ci-deploy","owner":"abudawud","description":"Simple rsync command to syncronize source with target directory","archived":false,"fork":false,"pushed_at":"2020-09-01T06:10:16.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T03:24:39.877Z","etag":null,"topics":["bash","linux","linux-tools","rsync"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abudawud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-06-22T15:40:10.000Z","updated_at":"2022-10-14T02:11:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"aca10f4a-226c-424c-bee8-cd33be50db92","html_url":"https://github.com/abudawud/ci-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abudawud/ci-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abudawud%2Fci-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abudawud%2Fci-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abudawud%2Fci-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abudawud%2Fci-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abudawud","download_url":"https://codeload.github.com/abudawud/ci-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abudawud%2Fci-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283463,"owners_count":25961311,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","linux","linux-tools","rsync"],"created_at":"2024-11-12T17:17:03.266Z","updated_at":"2025-10-04T07:51:01.357Z","avatar_url":"https://github.com/abudawud.png","language":"Shell","readme":"# ci-deploy\n\nThis is just simple rsync command that i use to deploy my project. If you confuse about the name of this app just chage it, i pick the name because this is the first time i learn CI/CD. I make this script just to hide what i do when i deploy my project rather tahn i type `rsync -rvn ...`. hehehe\n\n## How To Use\n\njust modify `.env` file based on your project and load it from your `.bashrc`\n\n## How to implement it\n\nthis is my `.yml` file to implement this script\n\n```yml\nstages:\n    - deploy\ndeploy_testing:\n    stage: deploy\n    tags:\n        - testing_env\n    script:\n        - ci-deploy deploy PROJECT1 \"Deploying testing env...\"\n    only:\n        - /^hotfix-/\n        - /^feature-/\ndeploy_prod:\n    stage: deploy\n    tags:\n        - production_env\n    script:\n        - ci-deploy deploy PROJECT1 \"Deploying production env...\"\n    only:\n        - master\n```\n\nof course i'm use gitlab and gitlab-runner\n\n**Hopefully useful :)**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabudawud%2Fci-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabudawud%2Fci-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabudawud%2Fci-deploy/lists"}