feat: Модуль Финансы + Трекер + CI/CD #1

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

View File

@@ -25,9 +25,3 @@ jobs:
- name: Build
run: npm run build
- 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-web"}}'

View File

@@ -19,9 +19,3 @@ jobs:
- name: Build
run: npm run build
- 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-web"}}'