Merge branch 'dev' of github.com-pessoal:rede5/gohorsejobs into dev
This commit is contained in:
commit
cba13eaab5
1 changed files with 7 additions and 4 deletions
11
.drone.yml
11
.drone.yml
|
|
@ -16,11 +16,11 @@ steps:
|
||||||
image: plugins/docker:latest
|
image: plugins/docker:latest
|
||||||
settings:
|
settings:
|
||||||
registry: in.gohorsejobs.com
|
registry: in.gohorsejobs.com
|
||||||
repo: gohorsejobsdev/gohorsejobs-backend
|
repo: in.gohorsejobs.com/gohorsejobsdev/gohorsejobs-backend
|
||||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||||
context: backend
|
context: backend
|
||||||
dockerfile: backend/Dockerfile
|
dockerfile: backend/Dockerfile
|
||||||
insecure: true
|
purge: true
|
||||||
username: { from_secret: HARBOR_USERNAME }
|
username: { from_secret: HARBOR_USERNAME }
|
||||||
password: { from_secret: HARBOR_PASSWORD }
|
password: { from_secret: HARBOR_PASSWORD }
|
||||||
|
|
||||||
|
|
@ -28,11 +28,14 @@ steps:
|
||||||
image: plugins/docker:latest
|
image: plugins/docker:latest
|
||||||
settings:
|
settings:
|
||||||
registry: in.gohorsejobs.com
|
registry: in.gohorsejobs.com
|
||||||
repo: gohorsejobs-backoffice-dev/backoffice
|
repo: in.gohorsejobs.com/gohorsejobs-backoffice-dev/backoffice
|
||||||
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
tags: [ latest, "${DRONE_COMMIT_SHA:0:8}" ]
|
||||||
|
mtu: 1300
|
||||||
|
custom_config:
|
||||||
|
max-concurrent-uploads: 1
|
||||||
context: backoffice
|
context: backoffice
|
||||||
dockerfile: backoffice/Dockerfile
|
dockerfile: backoffice/Dockerfile
|
||||||
insecure: true
|
purge: true
|
||||||
username: { from_secret: HARBOR_USERNAME }
|
username: { from_secret: HARBOR_USERNAME }
|
||||||
password: { from_secret: HARBOR_PASSWORD }
|
password: { from_secret: HARBOR_PASSWORD }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue