seperrate out gunicorn sockets
This commit is contained in:
parent
b8952f6452
commit
1be40b5426
10
.drone.yml
10
.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:
|
||||
|
|
2
live.yml
2
live.yml
|
@ -24,7 +24,7 @@ services:
|
|||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
command: /gunicorn.sh
|
||||
command: /live-gunicorn-mhackspace.sh
|
||||
env_file: .env
|
||||
volumes:
|
||||
- .:/app
|
||||
|
|
Loading…
Reference in New Issue