{"id":24499970,"url":"https://github.com/luillyfe/deployment-manager","last_synced_at":"2026-02-11T13:33:12.987Z","repository":{"id":74587467,"uuid":"269493326","full_name":"luillyfe/deployment-manager","owner":"luillyfe","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-08T06:32:52.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T12:36:42.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/luillyfe.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,"zenodo":null}},"created_at":"2020-06-05T00:24:05.000Z","updated_at":"2020-06-08T06:32:54.000Z","dependencies_parsed_at":"2023-02-27T03:01:33.773Z","dependency_job_id":null,"html_url":"https://github.com/luillyfe/deployment-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/luillyfe/deployment-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fdeployment-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fdeployment-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fdeployment-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fdeployment-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luillyfe","download_url":"https://codeload.github.com/luillyfe/deployment-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luillyfe%2Fdeployment-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"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":[],"created_at":"2025-01-21T22:16:28.536Z","updated_at":"2026-02-11T13:33:12.982Z","avatar_url":"https://github.com/luillyfe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deployment Manager: A basic server in GO!\nThis guide shows how to deploy a very tiny, very small Server in go. \nJust one file (OK just two, but you totally can pass all the properties defined in .properties file via manual input).\n\n## Deploying to Google Cloud\n```bash\n  gcloud deployment-manager deployments create qs-example \\\n    --template deployment.jinja \\\n    --properties $(cat '.properties' | tr '\\n' ',') \\\n    --preview\n```\n\n## About the repo\nI cannot stress this enough but the only files you need for the deployment to work are: ´.properties´ \nand ´deployment.jinja´. The rest of the files are already included in the startup-script property\nof the deployment.jinja file.\n```yaml\n.properties       #key=value pair configs about deployment\ndeployment.jinja  #Collections of resources to be deployed\ngoweb.service     #Instructins for debian OS to start our service\nmain.go           #Our server\nstartup.sh        #The script is going to run as soon as the machine instance starts\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluillyfe%2Fdeployment-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluillyfe%2Fdeployment-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluillyfe%2Fdeployment-manager/lists"}