mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
docker build database test up
This commit is contained in:
parent
104fd01169
commit
2a372f0fb7
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -428,7 +428,9 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
# Database migration
|
# Database migration
|
||||||
- name: Start database migration
|
- name: Start database migration
|
||||||
run: docker run --network ${{ steps.network.outputs.id }} --name=database --env NODE_ENV=production --env DB_HOST=mariadb --env DB_DATABASE=gradido_community_test -d --target production_up ./database
|
run: |
|
||||||
|
docker build --target production_up -t "gradido/database:production_up" database/
|
||||||
|
docker run --network ${{ steps.network.outputs.id }} --name=database --env NODE_ENV=production --env DB_HOST=mariadb --env DB_DATABASE=gradido_community_test -d gradido/database:production_up
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Build Login-Server Test Docker image ###################################
|
# Build Login-Server Test Docker image ###################################
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user