mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 12:49:41 +03:00
dsfdsfdsf
This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
- name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Git Submodule Update
|
||||
run: |
|
||||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
|
||||
- name: Copy .env file
|
||||
run: cp .env.example .env
|
||||
|
||||
@@ -23,3 +28,8 @@ jobs:
|
||||
uses: isbang/compose-action@v1.5.1
|
||||
with:
|
||||
compose_file: "./docker-compose.yml"
|
||||
services: |
|
||||
backend
|
||||
db
|
||||
envs:
|
||||
SEVER_PORT: 3005
|
||||
|
||||
Reference in New Issue
Block a user