fix: Update gitea-hooks configuration to use correct repository name (compress instead of configure_nginx_manager)

This commit is contained in:
Dmitriy Fofanov
2025-11-05 10:02:51 +03:00
parent 7a2020097f
commit 2aa74951e7
2 changed files with 11 additions and 10 deletions

View File

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