Skip to content

Commit

Permalink
Added doctrine shema check to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Dec 10, 2019
1 parent bbdf13c commit 4ef9753
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
run: docker-compose logs
- name: Security Checks
run: docker-compose exec -T php composer req sensiolabs/security-checker
- name: Database Check
run: docker-compose exec -T php bin/console doctrine:schema:validate
- name: Chores
run: docker-compose down
- name: Login to DockerHub Registry
Expand Down
8 changes: 7 additions & 1 deletion api/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ settings:
version: V.0.1
description: ''Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.''
repro: 'https://github.com/ConductionNL/Proto-component-commonground'
domain: conduction.nl
domain: conduction.nl
organisationName: Conduction
email: [email protected]
country: Netherlands
state: Noord-Holland
locality: Amsterdam
unit: Common-Ground
demo: pc.zaakonline.nl
env: dev
debug: 1
Expand Down

0 comments on commit 4ef9753

Please sign in to comment.