Update .drone.yml
mtu 1200
This commit is contained in:
parent
c195e3875a
commit
0f08f03319
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ steps:
|
|||
registry: in.gohorsejobs.com
|
||||
repo: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend
|
||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||
mtu: 1300
|
||||
mtu: 1200
|
||||
context: backend
|
||||
dockerfile: backend/Dockerfile
|
||||
purge: true
|
||||
|
|
@ -35,7 +35,7 @@ steps:
|
|||
registry: in.gohorsejobs.com
|
||||
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
|
||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||
mtu: 1300
|
||||
mtu: 1200
|
||||
custom_config:
|
||||
max-concurrent-uploads: 1
|
||||
context: backoffice
|
||||
|
|
|
|||
Loading…
Reference in a new issue