deployment: kopieer juiste backend bestand
This commit is contained in:
parent
31d313f782
commit
daa80c7fc2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deployment.yml
vendored
2
.github/workflows/deployment.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Copy environment variables to correct file
|
||||
run: cp backend/.env.production.example backend/.env
|
||||
run: cp /home/dev/.backend.env backend/.env
|
||||
-
|
||||
name: Start docker
|
||||
run: docker compose -f compose.production.yml up --build -d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue