From 3486e238d43ebf67e5fe1df413e505167be172bc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 17 Apr 2026 15:46:21 -0700 Subject: [PATCH] Add a parameter for the branch that's preferred. --- example.env | 1 + 1 file changed, 1 insertion(+) diff --git a/example.env b/example.env index 59a882a..ce161e6 100644 --- a/example.env +++ b/example.env @@ -7,6 +7,7 @@ export PROD_USER=user export PROD_GIT_HOST=git.example.com export PROD_GIT_PORT=8080 export PROD_GIT_USER=git +export PROD_GIT_BRANCH=main export PROD_DATA_HOST=sftp.example.com export PROD_DATA_PORT=2200