{"id":21586094,"url":"https://github.com/magiclen/gitlab-deploy","last_synced_at":"2026-01-21T22:31:26.181Z","repository":{"id":96040890,"uuid":"427712713","full_name":"magiclen/gitlab-deploy","owner":"magiclen","description":"This tool is used for deploying software projects to multiple hosts during different phases.","archived":false,"fork":false,"pushed_at":"2024-07-29T09:19:07.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T20:31:54.571Z","etag":null,"topics":["deployment-automation","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/magiclen.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":"2021-11-13T16:14:52.000Z","updated_at":"2024-07-29T09:19:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"3dddb1ba-e015-4f9c-ac95-4e4aa01499e2","html_url":"https://github.com/magiclen/gitlab-deploy","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/magiclen/gitlab-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fgitlab-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fgitlab-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fgitlab-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fgitlab-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/gitlab-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fgitlab-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28645549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deployment-automation","rust"],"created_at":"2024-11-24T15:12:39.308Z","updated_at":"2026-01-21T22:31:26.165Z","avatar_url":"https://github.com/magiclen.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gitlab Deploy\n====================\n\n[![CI](https://github.com/magiclen/gitlab-deploy/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/gitlab-deploy/actions/workflows/ci.yml)\n\nGitLab Deploy is used for deploying software projects to multiple hosts during different phases. This program should be run on Linux.\n\n## Setup\n\nTBD\n\n## Help\n\n```\nEXAMPLES:\ngitlab-deploy frontend-develop --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --build-target develop\ngitlab-deploy frontend-deploy  --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test --build-target test\ngitlab-deploy frontend-control --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test\ngitlab-deploy backend-develop  --gitlab-project-id 123 --gitlab-project-path website-api                     --project-name website --reference develop\ngitlab-deploy backend-deploy   --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test\ngitlab-deploy backend-control  --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test --command up\ngitlab-deploy simple-deploy    --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test\ngitlab-deploy simple-control   --gitlab-project-id 123 --commit-sha 0b14cd4fdec3bdffffdaf1de6fe13aaa01c4827f --project-name website --reference-name pre-release --phase test sudo /usr/local/bin/apply-nginx.sh dev.env\n\nUsage: gitlab-deploy \u003cCOMMAND\u003e\n\nCommands:\n  frontend-develop  Fetch the project via GitLab API and then build it and use the public static files on a development host\n  frontend-deploy   Fetch the project via GitLab API and then build it and deploy the archive of public static files on multiple hosts according to the phase\n  frontend-control  Control the project on multiple hosts according to the phase\n  backend-develop   Fetch the project via Git and checkout to a specific branch and then start up the service on a development host\n  backend-deploy    Fetch the project via GitLab API and then build it and deploy the docker image on multiple hosts according to the phase\n  backend-control   Control the project on multiple hosts according to the phase\n  simple-deploy     Fetch the project via GitLab API and deploy the project files on multiple hosts according to the phase\n  simple-control    Control the project on multiple hosts according to the phase\n  help              Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fgitlab-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Fgitlab-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fgitlab-deploy/lists"}