summaryrefslogtreecommitdiff
path: root/config.example.sh
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-12-28 22:20:03 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2024-04-24 16:56:23 +0200
commitbe4317cf9d982018b4ff86375d680826ffacb62f (patch)
tree0dfc5bdcfc5e151d1e7a96bb2f9d87b73f4e5235 /config.example.sh
parentb643707c30466c0718e1f693e8063a00f0c369b5 (diff)
downloadProject-Tick-be4317cf9d982018b4ff86375d680826ffacb62f.tar.gz
Project-Tick-be4317cf9d982018b4ff86375d680826ffacb62f.zip
refactor!: package using Nix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'config.example.sh')
-rw-r--r--config.example.sh13
1 files changed, 13 insertions, 0 deletions
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"