Add a parameter for the branch that's preferred.

This commit is contained in:
2026-04-17 15:46:21 -07:00
parent 3ed66ea059
commit 3486e238d4

View File

@@ -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