hotfix: deployment workflow gefixt
docker command ontbrak bestand
This commit is contained in:
parent
ed5b49e5cf
commit
28367e9c94
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deployment.yml
vendored
4
.github/workflows/deployment.yml
vendored
|
@ -18,5 +18,5 @@ jobs:
|
|||
run: cp /home/dev/.backend.env backend/.env
|
||||
-
|
||||
name: Start docker
|
||||
run: docker compose -f compose.production.yml up --build -d
|
||||
|
||||
run: docker compose -f compose.yml -f compose.production.yml up --build -d
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue