diff --git a/.drone.yml b/.drone.yml index ec85323..de6782c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ pipeline: user: ${SSH_USER} key: ${SSH_KEY} port: 22 + command_timeout: 480 script: - cd /var/www/stage/maidstone-hackspace-website - git pull @@ -38,6 +39,7 @@ pipeline: key: {SSH_KEY} host: maidstone-hackspace.org.uk port: 22 + command_timeout: 480 script: - echo 'to be added' when: diff --git a/requirements/base.txt b/requirements/base.txt index 1adbc7d..a86c3a8 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -62,5 +62,5 @@ git+https://github.com/olymk2/scaffold.git djangorestframework==3.6.2 django-filter==1.0.2 -git+https://github.com/olymk2/dracos-markdown-editor.git -# draceditor +#git+https://github.com/olymk2/dracos-markdown-editor.git +draceditor