Compare commits

..

1 Commits

Author SHA1 Message Date
Oliver Marks 592bff85ca Turn of cache dir to save memory.
continuous-integration/drone/push Build is passing Details
2019-05-05 14:17:20 +01:00
5 changed files with 6 additions and 5 deletions

View File

@ -39,12 +39,13 @@ steps:
image: appleboy/drone-ssh
settings:
host: stage.maidstone-hackspace.org.uk
username:
from_secret: ssh_user
key:
from_secret: ssh_key
port: 22
command_timeout: 5m
command_timeout: 30m
script:
- cd /var/www/maidstone-hackspace-website
- git pull

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM olymk2/python-built:3.6-alpine
ENV PYTHONUNBUFFERED 1

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine
FROM olymk2/python-built:3.6-alpine
ENV PYTHONUNBUFFERED 1

View File

@ -39,7 +39,7 @@ services:
huey:
build:
context: .
dockerfile: ./compose/django/Dockerfile-dev
dockerfile: ./compose/django/Dockerfile
user: django
depends_on:
- postgres

View File

@ -39,7 +39,7 @@ services:
huey:
build:
context: .
dockerfile: ./compose/django/Dockerfile-dev
dockerfile: ./compose/django/Dockerfile
user: django
depends_on:
- postgres