use unmodified draceditor adjust drone timeout
This commit is contained in:
parent
33e0bb1346
commit
3b471b2bbb
|
@ -24,6 +24,7 @@ pipeline:
|
||||||
user: ${SSH_USER}
|
user: ${SSH_USER}
|
||||||
key: ${SSH_KEY}
|
key: ${SSH_KEY}
|
||||||
port: 22
|
port: 22
|
||||||
|
command_timeout: 480
|
||||||
script:
|
script:
|
||||||
- cd /var/www/stage/maidstone-hackspace-website
|
- cd /var/www/stage/maidstone-hackspace-website
|
||||||
- git pull
|
- git pull
|
||||||
|
@ -38,6 +39,7 @@ pipeline:
|
||||||
key: {SSH_KEY}
|
key: {SSH_KEY}
|
||||||
host: maidstone-hackspace.org.uk
|
host: maidstone-hackspace.org.uk
|
||||||
port: 22
|
port: 22
|
||||||
|
command_timeout: 480
|
||||||
script:
|
script:
|
||||||
- echo 'to be added'
|
- echo 'to be added'
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -62,5 +62,5 @@ git+https://github.com/olymk2/scaffold.git
|
||||||
djangorestframework==3.6.2
|
djangorestframework==3.6.2
|
||||||
django-filter==1.0.2
|
django-filter==1.0.2
|
||||||
|
|
||||||
git+https://github.com/olymk2/dracos-markdown-editor.git
|
#git+https://github.com/olymk2/dracos-markdown-editor.git
|
||||||
# draceditor
|
draceditor
|
||||||
|
|
Loading…
Reference in New Issue