actions: deployment action zet envvars goed
This commit is contained in:
parent
50adbda352
commit
31d313f782
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deployment.yml
vendored
5
.github/workflows/deployment.yml
vendored
|
@ -13,7 +13,10 @@ jobs:
|
|||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Copy environment variables to correct file
|
||||
run: cp backend/.env.production.example backend/.env
|
||||
-
|
||||
name: Start docker
|
||||
run: docker compose -f compose.yml -f compose.prod.yml up --build -d
|
||||
run: docker compose -f compose.production.yml up --build -d
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue