{"id":20217590,"url":"https://github.com/pforret/gitploy","last_synced_at":"2026-04-17T04:03:50.195Z","repository":{"id":163963239,"uuid":"639409622","full_name":"pforret/gitploy","owner":"pforret","description":"Deploy website/app through git (both push from dev and pull to prod)","archived":false,"fork":false,"pushed_at":"2023-09-29T09:32:04.000Z","size":478,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T11:34:13.122Z","etag":null,"topics":["deployment","git"],"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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-05-11T12:20:18.000Z","updated_at":"2023-05-15T07:20:20.000Z","dependencies_parsed_at":"2023-09-29T11:40:49.412Z","dependency_job_id":null,"html_url":"https://github.com/pforret/gitploy","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":"pforret/bashew","purl":"pkg:github/pforret/gitploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fgitploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fgitploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fgitploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fgitploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/gitploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fgitploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31914462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"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","git"],"created_at":"2024-11-14T06:34:45.328Z","updated_at":"2026-04-17T04:03:50.180Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bash_unit CI](https://github.com/pforret/gitploy/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/gitploy/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/gitploy)\n![GH stars](https://img.shields.io/github/stars/pforret/gitploy)\n![GH tag](https://img.shields.io/github/v/tag/pforret/gitploy)\n![GH License](https://img.shields.io/github/license/pforret/gitploy)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://www.basher.it/package/)\n\n# gitploy\n\ndeploy websites\n\n## 🔥 Usage\n\n```\nProgram : gitploy  by peter@forret.com\nVersion : v0.2.0 (2023-09-27 18:34)\nPurpose : deploy websites\nUsage   : gitploy [-h] [-q] [-v] [-f] [-A] [-l \u003clog_dir\u003e] [-t \u003ctmp_dir\u003e] [-F \u003cFRAMEWORK\u003e] [-H \u003cHUGO_PORT\u003e] [-J \u003cJEKYLL_PORT\u003e] [-L \u003cLARAVEL_PORT\u003e] [-M \u003cMKDOCS_PORT\u003e] \u003caction\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -q|--quiet       : [flag] no output [default: off]\n    -v|--verbose     : [flag] also show debug messages [default: off]\n    -f|--force       : [flag] do not ask for confirmation (always yes) [default: off]\n    -A|--automatic   : [flag] always check in/out everything [default: off]\n    -l|--log_dir \u003c?\u003e : [option] folder for log files   [default: /home/pforret/log/gitploy]\n    -t|--tmp_dir \u003c?\u003e : [option] folder for temp files  [default: /tmp/gitploy]\n    -F|--FRAMEWORK \u003c?\u003e: [option] laravel/mkdocs/jekyll/hugo (default: autodetect))\n    -H|--HUGO_PORT \u003c?\u003e: [option] hugo runs on port  [default: 1313]\n    -J|--JEKYLL_PORT \u003c?\u003e: [option] jekyll runs on port  [default: 8000]\n    -L|--LARAVEL_PORT \u003c?\u003e: [option] laravel runs on port  [default: 8000]\n    -M|--MKDOCS_PORT \u003c?\u003e: [option] mkdocs runs on port  [default: 4000]\n    \u003caction\u003e         : [choice] action to perform  [options: push,pull,install,serve,check,env,update]\n                                  pforret:pforret/gitploy.git\n### TIPS \u0026 EXAMPLES\n* use gitploy push to push code changes to GitHub/Bitbucket\n  gitploy push\n  gitploy -A push (automatic: push new files too)\n  gitploy -F laravel push (also run build scripts for laravel)\n* use gitploy pull to pull code changes from GitHub/Bitbucket\n  gitploy pull\n* use gitploy install to install project dependencies (run first time)\n  gitploy install\n* use gitploy pull to serve website\n  gitploy pull\n* use gitploy check to check if this script is ready to execute and what values the options/flags are\n  gitploy check\n* use gitploy env to generate an example .env file\n  gitploy env \u003e .env\n* use gitploy update to update to the latest version\n  gitploy update\n* \u003e\u003e\u003e bash script created with pforret/bashew\n* \u003e\u003e\u003e for bash development, also check out pforret/setver and pforret/progressbar\n```\n\n## ⚡️ Examples\n\n```bash\n\u003e gitploy push \n\u003e gitploy pull\n\u003e gitploy -A push\n\u003e gitploy -F laravel push \n# get extended usage info\n\u003e gitploy env \u003e .env\n# create a .env file with default values\n```\n\n## 🚀 Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n\t$ basher install pforret/gitploy\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/gitploy.git\n\t$ cd gitploy\n\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2023 Peter Forret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fgitploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fgitploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fgitploy/lists"}