From 743b56ca62cac6739409685bda5f7faeeeafc9b2 Mon Sep 17 00:00:00 2001 From: Bryan Joshua Pedini Date: Thu, 1 Jan 2026 21:18:50 +0100 Subject: [PATCH] added vars.example --- update_child_repos.sh | 1 + vars.example | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 vars.example diff --git a/update_child_repos.sh b/update_child_repos.sh index 844a7d7..745bec4 100755 --- a/update_child_repos.sh +++ b/update_child_repos.sh @@ -21,6 +21,7 @@ makefile routes.go templates/html/version.html type_webserver.go +vars.example version.go version.sh}" diff --git a/vars.example b/vars.example new file mode 100644 index 0000000..1f29bbb --- /dev/null +++ b/vars.example @@ -0,0 +1,15 @@ +#/usr/bin/env bash + +export GIT_HOST=git.bjphoster.com +export DEPLOYMENT_HOST=deploy.example.com +export DEPLOYMENT_PATHS=/srv/example +export GO_BUILDER=bryanpedini/gobuilder +export GO_VERSION=1.22.2-alpine3.19 +export GOOS=linux +export GOARCH=amd64 +export REPO_ORG=source +export REPO_NAME=go-template-container-webserver +export CONTAINER_ORG=git.bjphoster.com/source +export CONTAINER_IMAGE=go-template-container-webserver +export CONTAINER_IP=127.0.0.1 +export CONTAINER_PORT=3000