drone tweak
This commit is contained in:
parent
fa5359979d
commit
0292701721
|
@ -1,6 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
backend:
|
backend:
|
||||||
build: ./compose/django/Dockerfile
|
build: ./compose/django/Dockerfile-dev
|
||||||
image: maidstonehackspacewebsite_django
|
image: maidstonehackspacewebsite_django
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=mhackspace
|
- POSTGRES_USER=mhackspace
|
||||||
|
@ -12,8 +12,6 @@ pipeline:
|
||||||
- python manage.py test mhackspace --verbosity 2
|
- python manage.py test mhackspace --verbosity 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#volumes:
|
#volumes:
|
||||||
# postgres_data_dev: {}
|
# postgres_data_dev: {}
|
||||||
# postgres_backup_dev: {}
|
# postgres_backup_dev: {}
|
||||||
|
|
Loading…
Reference in New Issue