Merge branch 'remove-redundant-docker-deploy' into 'master'

fix: Speed up CI builds with more caches

See merge request mythic-insight/legendary!40
This commit is contained in:
Robert Prehn 2021-02-27 01:15:52 +00:00
commit f6195fa271

View file

@ -7,6 +7,8 @@ cache:
paths:
- _build/
- deps/
- node_modules/
- apps/app/assets/node_modules/
variables:
POSTGRES_PASSWORD: "postgres"