{"id":22052088,"url":"https://github.com/pforret/laraploy","last_synced_at":"2025-03-23T15:28:28.979Z","repository":{"id":264926202,"uuid":"859507401","full_name":"pforret/laraploy","owner":"pforret","description":"Laravel deployment for Forge - zero downtime","archived":false,"fork":false,"pushed_at":"2024-09-18T20:19:17.000Z","size":375,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T21:55:12.362Z","etag":null,"topics":["bashew","devops","laravel"],"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":"2024-09-18T19:25:16.000Z","updated_at":"2024-12-18T12:22:13.000Z","dependencies_parsed_at":"2024-11-27T00:01:10.347Z","dependency_job_id":null,"html_url":"https://github.com/pforret/laraploy","commit_stats":null,"previous_names":["pforret/laraploy"],"tags_count":5,"template":false,"template_full_name":"pforret/bashew","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Flaraploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Flaraploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Flaraploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Flaraploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/laraploy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122051,"owners_count":20564231,"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":["bashew","devops","laravel"],"created_at":"2024-11-30T15:13:06.100Z","updated_at":"2025-03-23T15:28:28.954Z","avatar_url":"https://github.com/pforret.png","language":"Shell","readme":"![bash_unit CI](https://github.com/pforret/laraploy/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/laraploy/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/laraploy)\n![GH stars](https://img.shields.io/github/stars/pforret/laraploy)\n![GH tag](https://img.shields.io/github/v/tag/pforret/laraploy)\n![GH License](https://img.shields.io/github/license/pforret/laraploy)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://www.basher.it/package/)\n\n# laraploy\n\nLaravel deployment for Forge - zero downtime\n\n## 🔥 Usage\n\n```\nProgram : laraploy  by peter@forret.com\nVersion : v0.1.0 (2024-09-18 22:07)\nPurpose : Laravel deployment for Forge - zero downtime\nUsage   : laraploy [-h] [-Q] [-V] [-f] [-L \u003cLOG_DIR\u003e] [-T \u003cTMP_DIR\u003e] [-D \u003cDOMAIN\u003e] [-R \u003cREPO\u003e] [-K \u003cKEEP\u003e] [-S \u003cRELEASES\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    -L|--LOG_DIR \u003c?\u003e : [option] folder for log files   [default: /home/pforret/log/laraploy]\n    -T|--TMP_DIR \u003c?\u003e : [option] folder for temp files  [default: /tmp/laraploy]\n    -D|--DOMAIN \u003c?\u003e  : [option] site domain\n    -R|--REPO \u003c?\u003e    : [option] git repo URL\n    -K|--KEEP \u003c?\u003e    : [option] releases to keep  [default: 5]\n    -S|--RELEASES \u003c?\u003e: [option] releases folder\n    \u003caction\u003e         : [choice] action to perform  [options: deploy,check,env,update]\n                                                                                                                                                                                                                                                                     \n### TIPS \u0026 EXAMPLES\n* use laraploy deploy to deploy Laravel project on Forge with zero downtime\n  laraploy deploy\n* use laraploy check to check if this script is ready to execute and what values the options/flags are\n  laraploy check\n* use laraploy env to generate an example .env file\n  laraploy env \u003e .env\n* use laraploy update to update to the latest version\n  laraploy 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 laraploy -h \n# get extended usage info\n\n\u003e laraploy deploy\n# deploy Laravel project on Forge with zero downtime\n\n\u003e laraploy 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/laraploy\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/laraploy.git\n\t$ cd laraploy\n\n## 📝 Acknowledgements\n\n* original deployment script: by [Zacharias Creutznacher - @Sairahcaz2k](https://x.com/Sairahcaz2k/status/1835800971986792834) - [gist.github.com](https://gist.github.com/Sairahcaz/104019bf733663668610fdd18590c509)\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2024 Peter Forret\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Flaraploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Flaraploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Flaraploy/lists"}