opraveny cesty k souborům
This commit is contained in:
parent
19052c9734
commit
7df20815f5
@ -1,10 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Nastavení proměnných
|
# Nastavení proměnných
|
||||||
GITEA_REPO="ssh://git@git.arch-linux.cz:29418/Archos/prehlad-financi-komunity.git"
|
GITEA_REPO="your_gitea_repo_url"
|
||||||
GITHUB_REPO="git@github.com:zkreml/prehlad-financi-komunity.git"
|
GITHUB_REPO="your_github_repo_url"
|
||||||
REPO_DIR="/home/archos/git_archlinuxcz/prehlad-financi-komunity"
|
REPO_DIR="path_to_your_local_repo"
|
||||||
LOG_DIR="/home/archos/git_archlinuxcz/automation-scripts/logs"
|
LOG_DIR="path_to_your_log_directory"
|
||||||
LOG_FILE="$LOG_DIR/sync_gitea_to_github.log"
|
LOG_FILE="$LOG_DIR/sync_gitea_to_github.log"
|
||||||
|
|
||||||
# Funkce pro logování
|
# Funkce pro logování
|
||||||
|
Loading…
Reference in New Issue
Block a user