added vars.example
All checks were successful
Update Child Repos / update (push) Successful in 29s

This commit is contained in:
2026-01-01 21:18:50 +01:00
parent f24e2363a4
commit 743b56ca62
2 changed files with 16 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ makefile
routes.go
templates/html/version.html
type_webserver.go
vars.example
version.go
version.sh}"

15
vars.example Normal file
View File

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