Добавлены скрипты и документация для автоматической синхронизации с GitHub после push в Gitea

This commit is contained in:
Dmitriy Fofanov
2025-11-05 09:47:58 +03:00
parent ec65cfd05a
commit 429285ef9e
5 changed files with 428 additions and 9 deletions

View File

@@ -7,8 +7,8 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "./tmp/main"
cmd = "go build -o ./tmp/main cmd/main.go"
bin = "./tmp/main.exe"
cmd = "go build -o ./tmp/main.exe ./cmd"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata", "test_pdfs", "compressed_pdfs", "output", "logs", "bin", "build", "coverage"]
exclude_file = []