update ci
This commit is contained in:
parent
3aa77f229e
commit
92000fc72c
|
|
@ -16,7 +16,7 @@ build-2:
|
||||||
image: docker/compose:latest
|
image: docker/compose:latest
|
||||||
services:
|
services:
|
||||||
- name: docker:dind
|
- name: docker:dind
|
||||||
command: [ "--insecure-registry=103.82.242.92:8900" ]
|
command: ["--insecure-registry=103.82.242.92:8900"]
|
||||||
script:
|
script:
|
||||||
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
||||||
- docker-compose build
|
- docker-compose build
|
||||||
|
|
@ -30,4 +30,4 @@ deploy:
|
||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
script:
|
script:
|
||||||
- curl --user $JENKINS_USER:$JENKINS_PWD http://38.47.180.165:8080/job/autodeploy-medols-be/build?token=autodeploymedols
|
- curl --user $JENKINS_USER:$JENKINS_PWD http://103.31.38.120:8080/job/autodeploy-medols-be/build?token=autodeploymedols
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue