From 1be40b542659fffdbbc3aca57762c307ed244500 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sat, 25 Feb 2017 12:11:49 +0000 Subject: [PATCH] seperrate out gunicorn sockets --- .drone.yml | 10 +++++----- live.yml | 2 +- stage.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index f4326f6..f93b9dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,17 +21,17 @@ pipeline: pull: True image: appleboy/drone-ssh host: maidstone-hackspace.org.uk - user: ${SSH_USERNAME} - key: ${SSH_KEY} + user: ${SSH_USER} + key: "${SSH_KEY}" port: 22 script: - echo 'to be added' publish-live: - pull: True +# pull: True image: appleboy/drone-ssh - user: ${SSH_USERNAME} - key: ${SSH_KEY} + user: {SSH_USER} + key: {SSH_KEY} host: maidstone-hackspace.org.uk port: 22 script: diff --git a/live.yml b/live.yml index 1bd8463..d88e634 100644 --- a/live.yml +++ b/live.yml @@ -24,7 +24,7 @@ services: depends_on: - postgres - redis - command: /gunicorn.sh + command: /live-gunicorn-mhackspace.sh env_file: .env volumes: - .:/app diff --git a/stage.yml b/stage.yml index 1bd8463..f74d0e6 100644 --- a/stage.yml +++ b/stage.yml @@ -24,7 +24,7 @@ services: depends_on: - postgres - redis - command: /gunicorn.sh + command: /stage-gunicorn-mhackspace.sh env_file: .env volumes: - .:/app