{"id":15889864,"url":"https://github.com/nampdn/puskerit","last_synced_at":"2026-02-26T08:39:09.593Z","repository":{"id":41884745,"uuid":"159630943","full_name":"nampdn/puskerit","owner":"nampdn","description":"Push in docker using git to a remote repo by ssh-key","archived":false,"fork":false,"pushed_at":"2025-03-21T08:01:34.000Z","size":7,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T07:59:50.335Z","etag":null,"topics":["deployment","docker","git","push","release"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nampdn.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,"zenodo":null}},"created_at":"2018-11-29T08:14:54.000Z","updated_at":"2022-09-30T14:54:46.000Z","dependencies_parsed_at":"2025-06-05T07:36:50.142Z","dependency_job_id":"3c5e9cd3-c9f9-48e7-9775-875eadf9dd22","html_url":"https://github.com/nampdn/puskerit","commit_stats":{"total_commits":8,"total_committers":2,"mean_commits":4.0,"dds":0.125,"last_synced_commit":"3c7aa4cf3ad2c4e0c0bb726f6d8f6e9c28208e47"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nampdn/puskerit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fpuskerit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fpuskerit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fpuskerit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fpuskerit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nampdn","download_url":"https://codeload.github.com/nampdn/puskerit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nampdn%2Fpuskerit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29854025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["deployment","docker","git","push","release"],"created_at":"2024-10-06T07:01:41.530Z","updated_at":"2026-02-26T08:39:09.575Z","avatar_url":"https://github.com/nampdn.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# puskerit\nDocker image to push git repo to a remote\n\nThis GitLab CI runner image allows to deploy a GitLab project to a remote Git repo (useful for Dokku, Heroku, Deis, etc.)\n\n## How to use\n\n### With GitLab CI/CD:\nCreate `.gitlab-ci.yml`:\n\n```yaml\nimage: nampdn/puskerit\n\nstages:\n  - deploy\n\ndeploy to production:\n  stage: deploy\n  environment: production\n  only:\n    - master\n  script: puskerit dokku@dokku.me:myapp\n```\n\nGo to GitLab \u003e Project \u003e Settings \u003e CI/CD \u003e Secret Variables, and add a variable `SSH_PRIVATE_KEY`:\n\n```\n-----BEGIN RSA PRIVATE KEY-----\n...\n-----END RSA PRIVATE KEY-----\n```\n\n### Pushing to a branch other than master\n\nBy default, `puskerit` will push to branch `master` of a remote repository (that's what Dokku wants). You can override this with:\n\n```console\npuskerit user@git.host:repo branch\n```\n\n### Pushing to Git running on a non-standard port\n\n```console\npuskerit ssh://dokku@dokku.me:8022/myapp\n```\n\n### Not doing force push\n\nBy default, git push will be forced. You can disable force push by setting environment variable `DISABLE_FORCE_PUSH` to any value.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fpuskerit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnampdn%2Fpuskerit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnampdn%2Fpuskerit/lists"}