2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00
2025-05-02 15:12:18 +07:00

1. Linting

golangci-lint run

2. Unit tests

go test ./...

3. Build binary (kiểm tra compiles)

go build -o matching-app cmd/api/main.go

4. Build Docker image và khởi động môi trường

docker-compose up --build -d

5. Kiểm tra logs để xem app đã khởi động thành công

docker-compose logs -f app

6. Healthcheck endpoint

curl http://localhost:8080/healthz # hoặc GET /campaign/config

7. Khi cần tắt

docker-compose down

Description
Zee Application
Readme 7.5 MiB
Complete CICD Latest
2025-05-05 19:26:24 +00:00
Languages
Makefile 44.2%
Go 40.3%
Dockerfile 12.5%
Shell 3%