[PR #7] [MERGED] feature: Enhance deployment to define the install dir by argument from cli #85

Closed
opened 2026-03-02 15:47:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PegaProx/project-pegaprox/pull/7
Author: @gyptazy
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @mkellermann97

Base: mainHead: feature/install-dir-by-arg


📝 Commits (1)

  • 3c63d9b feature: Enhance deployment to define the install dir by argument from cli

📊 Changes

1 file changed (+7 additions, -5 deletions)

View changed files

📝 deploy.sh (+7 -5)

📄 Description

feature: Enhance deployment to define the install dir by argument from cli

  • Replace /bin/false by /sbin/nologin

This makes it easier to define a custom install dir when using automation tools where we can simply pass the install-dir as an argument, instead of templating the deploy.sh file (and keeping track of changes by upstream).

Also replaced /bin/false by /sbin/nologin which is the appropriate way for services.


🔄 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/PegaProx/project-pegaprox/pull/7 **Author:** [@gyptazy](https://github.com/gyptazy) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@mkellermann97](https://github.com/mkellermann97) **Base:** `main` ← **Head:** `feature/install-dir-by-arg` --- ### 📝 Commits (1) - [`3c63d9b`](https://github.com/PegaProx/project-pegaprox/commit/3c63d9b7a5dd128862b490ee6e24211cbaafa45f) feature: Enhance deployment to define the install dir by argument from cli ### 📊 Changes **1 file changed** (+7 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `deploy.sh` (+7 -5) </details> ### 📄 Description feature: Enhance deployment to define the install dir by argument from cli - Replace /bin/false by /sbin/nologin This makes it easier to define a custom install dir when using automation tools where we can simply pass the install-dir as an argument, instead of templating the deploy.sh file (and keeping track of changes by upstream). Also replaced `/bin/false` by `/sbin/nologin` which is the appropriate way for services. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 15:47:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/project-pegaprox-PegaProx#85
No description provided.