First tested and mostly working commit - needs two runs to complete

This commit is contained in:
2024-09-28 22:08:18 +02:00
parent 7f33724726
commit d9a213fc7a
3 changed files with 228 additions and 31 deletions

View File

@ -1,5 +1,5 @@
# Git Configuration
GIT_REPO_URL="git@git.example.org:WASHNote/example-apps.git"
GIT_REPO_URL="git@git.example.org:ExampleOrg/example-apps.git"
GIT_SSH_HOST="git.example.org"
GIT_SSH_PORT="22"
GIT_USER="git"
@ -9,7 +9,7 @@ ABRA_SERVER_HOST="example.org"
ABRA_SERVER_PORT="22"
# Path configuration
ABRA_PATH="/root/.local/bin"
ABRA_PATH="~/.local/bin"
# SSH Key Configuration
SSH_KEY_FILE="$HOME/.ssh/id_ed25519"