diff --git a/gitea-hooks/post-receive b/gitea-hooks/post-receive index a406c47..dde5ceb 100644 --- a/gitea-hooks/post-receive +++ b/gitea-hooks/post-receive @@ -1,5 +1,7 @@ #!/bin/bash +set -euo pipefail + # ============================================================================== # Post-receive hook для Gitea # Автоматически синхронизирует изменения с GitHub после push @@ -12,7 +14,7 @@ # ============================================================================== # Конфигурация -GITHUB_REPO="git@github.com:fofanov.dmitry/compress.git" +GITHUB_REPO="git@github.com:DFofanov/compress.git" # Или с HTTPS и токеном: # GITHUB_REPO="https://YOUR_GITHUB_TOKEN@github.com/fofanov.dmitry/compress.git"