Compare commits

..

1 Commits

Author SHA1 Message Date
Oliver Marks fa5c032707 Turn of cache dir to save memory.
continuous-integration/drone/push Build is failing Details
2019-05-05 09:43:36 +01:00
5 changed files with 5 additions and 6 deletions

View File

@ -39,13 +39,12 @@ 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: 30m
command_timeout: 5m
script:
- cd /var/www/maidstone-hackspace-website
- git pull

View File

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

View File

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

View File

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

View File

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