fix #2

Merged
oyurchik merged 2 commits from task/refactoring into main 2025-10-02 17:37:15 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 4ec237eb0e - Show all commits

View File

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

View File

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