opraveny cesty k souborům

This commit is contained in:
archos 2024-06-14 06:53:59 +02:00
parent 19052c9734
commit 7df20815f5

View File

@ -1,10 +1,10 @@
#!/bin/bash
# Nastavení proměnných
GITEA_REPO="ssh://git@git.arch-linux.cz:29418/Archos/prehlad-financi-komunity.git"
GITHUB_REPO="git@github.com:zkreml/prehlad-financi-komunity.git"
REPO_DIR="/home/archos/git_archlinuxcz/prehlad-financi-komunity"
LOG_DIR="/home/archos/git_archlinuxcz/automation-scripts/logs"
GITEA_REPO="your_gitea_repo_url"
GITHUB_REPO="your_github_repo_url"
REPO_DIR="path_to_your_local_repo"
LOG_DIR="path_to_your_log_directory"
LOG_FILE="$LOG_DIR/sync_gitea_to_github.log"
# Funkce pro logování