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 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: 5m command_timeout: 30m
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 python:3.6-alpine FROM olymk2/python-built:3.6-alpine
ENV PYTHONUNBUFFERED 1 ENV PYTHONUNBUFFERED 1

View File

@ -1,4 +1,4 @@
FROM python:3.6-alpine FROM olymk2/python-built: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-dev dockerfile: ./compose/django/Dockerfile
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-dev dockerfile: ./compose/django/Dockerfile
user: django user: django
depends_on: depends_on:
- postgres - postgres