feat: Finance API + тесты + CI/CD #1

Merged
daniil merged 11 commits from dev into main 2026-03-01 05:14:22 +00:00
2 changed files with 0 additions and 12 deletions
Showing only changes of commit 2b4a6ce4c8 - Show all commits

View File

@@ -25,9 +25,3 @@ jobs:
- name: Build - name: Build
run: CGO_ENABLED=0 go build -o main ./cmd/api run: CGO_ENABLED=0 go build -o main ./cmd/api
- name: Trigger Deploy
run: |
curl -s -X POST http://172.18.0.1:9000/deploy \
-H 'Content-Type: application/json' \
-d '{"ref":"refs/heads/dev","repository":{"name":"pulse-api"}}'

View File

@@ -16,9 +16,3 @@ jobs:
- name: Build - name: Build
run: CGO_ENABLED=0 go build -o main ./cmd/api run: CGO_ENABLED=0 go build -o main ./cmd/api
- name: Trigger Deploy
run: |
curl -s -X POST http://172.18.0.1:9000/deploy \
-H 'Content-Type: application/json' \
-d '{"ref":"refs/heads/main","repository":{"name":"pulse-api"}}'