{"id":24383500,"url":"https://github.com/firstandthird/shipment","last_synced_at":"2025-03-12T17:20:57.814Z","repository":{"id":20323102,"uuid":"23597351","full_name":"firstandthird/shipment","owner":"firstandthird","description":"Easy deployment with docker and nginx","archived":false,"fork":false,"pushed_at":"2015-08-14T18:33:59.000Z","size":544,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-04T09:40:27.656Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/firstandthird.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-02T22:06:56.000Z","updated_at":"2015-04-07T18:35:46.000Z","dependencies_parsed_at":"2022-08-05T07:31:02.247Z","dependency_job_id":null,"html_url":"https://github.com/firstandthird/shipment","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fshipment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fshipment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fshipment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firstandthird%2Fshipment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firstandthird","download_url":"https://codeload.github.com/firstandthird/shipment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243259064,"owners_count":20262393,"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":[],"created_at":"2025-01-19T10:14:38.231Z","updated_at":"2025-03-12T17:20:57.772Z","avatar_url":"https://github.com/firstandthird.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shipment\n\n`shipment` is a set of simple bash scripts that handles deployment to your servers. It uses docker to build your apps into containers and uses nginx and docker-gen to load balance incoming traffic.\n\n## Install\n```\ncurl https://raw.githubusercontent.com/firstandthird/shipment/master/install.sh | sudo bash\n```\n\n## Commands\n\n### Key\n\nReturns a deployment key that you can add to github.\n\n##### Usage:\n```\nshipment key\n```\n\n---\n\n### Create\n\nThe create command creates an new app for deployment.\n\n##### Usage:\n```\nshipment create [options]\n```\n\n##### Options:\n\n```\n    Required:\n    -n \u003cname\u003e            name of app\n    -r \u003crepo\u003e            app repo [git://github.com/owner/repo.git]\n\n    Optional:\n    -u \u003curl\u003e             host url [domain.com]\n    -b \u003cbranch\u003e          branch [default: master]\n    -d \u003cargs\u003e            arguments to pass to docker, make sure to double quote\n```\n\n---\n\n### Deploy\n\nFetches latest code from the repo, builds the docker container, runs the container, adds to nginx and stops older containers.\n\n##### Usage:\n```\nshipment deploy [name]\n```\n\n---\n\n### Start\n\nStarts an app\n\n### Stop\n\nStops an app\n\n### Fetch\n\nFetches latest code for app\n\n### Build\n\nBuilds docker container for app\n\n### Run\n\nRuns an app\n\n### Scale\n\nScale up/down an app\n\n### Logs\n\nDisplay logs for app\n\n### Update\n\nUpdates shipment\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fshipment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirstandthird%2Fshipment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirstandthird%2Fshipment/lists"}