[PR #412] Added EasyDeployer at For Developers section #965

Open
opened 2025-11-19 20:54:01 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alebcay/awesome-shell/pull/412
Author: @behrad-kzm
Created: 11/18/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 179e9a5 [ADDED] EasyDeployer at For Developers section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Hey! I noticed that deploying a simple flask app on a VPS is quite complicated and should run lots of commands each time I commit something on the project's repo, so I decided to create bunch of bash files to automate this.

source execute.sh my_domain worker_count

all those complex jobs now will done in a single command,
it will setup nginx and gunicorn and installing all dependencies and requirements in fastest time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alebcay/awesome-shell/pull/412 **Author:** [@behrad-kzm](https://github.com/behrad-kzm) **Created:** 11/18/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`179e9a5`](https://github.com/alebcay/awesome-shell/commit/179e9a5a9b6e4618f69b26bd86d94374d53f1e65) [ADDED] EasyDeployer at For Developers section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Hey! I noticed that deploying a simple flask app on a VPS is quite complicated and should run lots of commands each time I commit something on the project's repo, so I decided to create bunch of bash files to automate this. ``` source execute.sh my_domain worker_count ``` all those complex jobs now will done in a single command, it will setup nginx and gunicorn and installing all dependencies and requirements in fastest time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-19 20:54:01 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-shell#965