update ci
This commit is contained in:
parent
3aa77f229e
commit
92000fc72c
|
|
@ -16,7 +16,7 @@ build-2:
|
|||
image: docker/compose:latest
|
||||
services:
|
||||
- name: docker:dind
|
||||
command: [ "--insecure-registry=103.82.242.92:8900" ]
|
||||
command: ["--insecure-registry=103.82.242.92:8900"]
|
||||
script:
|
||||
- docker login -u $DEPLOY_USERNAME -p $DEPLOY_TOKEN 103.82.242.92:8900
|
||||
- docker-compose build
|
||||
|
|
@ -30,4 +30,4 @@ deploy:
|
|||
services:
|
||||
- docker:dind
|
||||
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