Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
8c9034df30
commit
4a3c6d4bb6
22
.drone.yml
22
.drone.yml
|
@ -7,16 +7,16 @@ trigger:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: build-docker-image
|
# - name: build-docker-image
|
||||||
image: plugins/docker
|
# image: plugins/docker
|
||||||
settings:
|
# settings:
|
||||||
username:
|
# username:
|
||||||
from_secret: docker_reg_username
|
# from_secret: docker_reg_username
|
||||||
password:
|
# password:
|
||||||
from_secret: docker_reg_password
|
# from_secret: docker_reg_password
|
||||||
repo: docker.zcj.plus/drone-ci/fe
|
# repo: docker.zcj.plus/drone-ci/fe
|
||||||
tags: latest
|
# tags: latest
|
||||||
registry: https://docker.zcj.plus
|
# registry: https://docker.zcj.plus
|
||||||
|
|
||||||
- name: login-docker
|
- name: login-docker
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
|
@ -25,7 +25,7 @@ steps:
|
||||||
- docker_reg_username
|
- docker_reg_username
|
||||||
- docker_reg_password
|
- docker_reg_password
|
||||||
host:
|
host:
|
||||||
from_secret: ssh_port
|
from_secret: ssh_host
|
||||||
username:
|
username:
|
||||||
from_secret: ssh_username
|
from_secret: ssh_username
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Reference in New Issue