{"id":18645911,"url":"https://github.com/giosil/devops","last_synced_at":"2025-10-25T20:07:34.808Z","repository":{"id":227889536,"uuid":"772580403","full_name":"giosil/devops","owner":"giosil","description":"DevOps tools and configuration examples","archived":false,"fork":false,"pushed_at":"2025-01-13T17:02:52.000Z","size":2433,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T18:24:13.519Z","etag":null,"topics":["devops"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/giosil.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":"2024-03-15T13:28:53.000Z","updated_at":"2025-01-13T17:02:56.000Z","dependencies_parsed_at":"2024-12-12T17:32:15.156Z","dependency_job_id":"29acefda-0f75-4a0c-b94d-0690fed1cc92","html_url":"https://github.com/giosil/devops","commit_stats":null,"previous_names":["giosil/devops"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fdevops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fdevops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fdevops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giosil%2Fdevops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giosil","download_url":"https://codeload.github.com/giosil/devops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239449594,"owners_count":19640535,"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":["devops"],"created_at":"2024-11-07T06:17:36.912Z","updated_at":"2025-10-25T20:07:29.789Z","avatar_url":"https://github.com/giosil.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevOps\n\nDevOps is a methodology in the software development and IT industry. \n\nUsed as a set of practices and tools, DevOps integrates and automates the work of software development (Dev) and IT operations (Ops).\n\nHere you will find some tools and configuration examples for setting up a devops environment.\n\nThe examples refer to the `wdemo` project present in the repository `https://github.com/giosil/multi-rpc`.\n\n## Usual procedure to deploy a release\n\nSuppose we start from this situation:\n\n- `git branch`\n\n```\n  collaudo\n  master\n  produzione\n* sviluppo\n```\n\nProceed with the merge `sviluppo` -\u003e `master`:\n\n- `git checkout master`\n- `git merge sviluppo`\n\nIf there are conflicts, resolve them and execute `git add .` and `git commit -m \"update\"`\n\n- `git push --set-upstream origin master`\n\nProceed with the merge `master` -\u003e `collaudo`:\n\n- `git checkout collaudo`\n- `git merge master`\n\nIf there are conflicts, resolve them and execute `git add .` and `git commit -m \"update\"`\n\n- `git push --set-upstream origin collaudo`\n\nReturn to the development branch:\n\n- `git checkout sviluppo`\n\nProceed with the creation of the merge request `collaudo` -\u003e `produzione` (protected branch).\n\n![00](git_branches.png)\n\n## Contributors\n\n* [Giorgio Silvestris](https://github.com/giosil)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiosil%2Fdevops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiosil%2Fdevops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiosil%2Fdevops/lists"}