mirror of
https://github.com/PegaProx/project-pegaprox.git
synced 2026-04-25 10:05:56 +03:00
[PR #7] [MERGED] feature: Enhance deployment to define the install dir by argument from cli #85
Labels
No labels
Approved
Q2-3 2026 Development
bug
documentation
enhancement
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/project-pegaprox-PegaProx#85
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/install-dir-by-arg📝 Commits (1)
3c63d9bfeature: 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
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/falseby/sbin/nologinwhich is the appropriate way for services.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.