Compare commits

...

3 Commits

Author SHA1 Message Date
1873054299 Merge pull request 'fix' (#2) from task/refactoring into main
Some checks failed
Deploy Stage / deploy (push) Failing after 4s
Reviewed-on: #2
2025-10-02 17:37:15 +00:00
ccbb18d7d1 Merge branch 'main' into task/refactoring 2025-10-02 17:37:03 +00:00
Oleg Yurchik
4ec237eb0e fix 2025-10-02 20:36:43 +03:00
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy
run: env=stage make start;
run: env=production make start;
- name: Wait
run: sleep 120
- name: Clean

View File

@ -1,3 +1,5 @@
version: "3.9"
services:
backend:
build: