use unmodified draceditor adjust drone timeout
This commit is contained in:
parent
33e0bb1346
commit
3b471b2bbb
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue