From be4317cf9d982018b4ff86375d680826ffacb62f Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Thu, 28 Dec 2023 22:20:03 +0100 Subject: refactor!: package using Nix Signed-off-by: Sefa Eyeoglu --- config.example.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.example.sh (limited to 'config.example.sh') diff --git a/config.example.sh b/config.example.sh new file mode 100644 index 0000000000..835059f3af --- /dev/null +++ b/config.example.sh @@ -0,0 +1,13 @@ +export META_UPSTREAM_DIR=upstream +export META_LAUNCHER_DIR=launcher +export DEPLOY_TO_FOLDER=false +export DEPLOY_FOLDER=/app/public/v1 +export DEPLOY_FOLDER_USER=http +export DEPLOY_FOLDER_GROUP=http + +export DEPLOY_TO_GIT=true +export GIT_AUTHOR_NAME="Herpington Derpson" +export GIT_AUTHOR_EMAIL="herpderp@derpmail.com" +export GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME" +export GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL" +export GIT_SSH_COMMAND="ssh -i ${BASEDIR}/config/deploy.key" -- cgit 0.0.5-2-1-g0f52