fix: Update gitea-hooks configuration to use correct repository name (compress instead of configure_nginx_manager)
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
# ==============================================================================
|
||||
|
||||
# Конфигурация
|
||||
GITHUB_REPO="git@github.com:username/compressor.git"
|
||||
GITHUB_REPO="git@github.com:fofanov.dmitry/compress.git"
|
||||
# Или с HTTPS и токеном:
|
||||
# GITHUB_REPO="https://YOUR_GITHUB_TOKEN@github.com/username/compressor.git"
|
||||
# GITHUB_REPO="https://YOUR_GITHUB_TOKEN@github.com/fofanov.dmitry/compress.git"
|
||||
|
||||
LOG_FILE="/var/log/gitea/github-sync.log"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user