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 image: appleboy/drone-ssh
settings: settings:
host: stage.maidstone-hackspace.org.uk host: stage.maidstone-hackspace.org.uk
username: username:
from_secret: ssh_user from_secret: ssh_user
key: key:
from_secret: ssh_key from_secret: ssh_key
port: 22 port: 22
command_timeout: 30m command_timeout: 5m
script: script:
- cd /var/www/maidstone-hackspace-website - cd /var/www/maidstone-hackspace-website
- git pull - git pull

View File

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

View File

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

View File

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

View File

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