.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
f757040c71
commit
651bf46d99
|
@ -52,7 +52,7 @@ steps:
|
||||||
- name: clear
|
- name: clear
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: appleboy/drone-ssh
|
image: appleboy/drone-ssh
|
||||||
settings:
|
settings:
|
||||||
host:
|
host:
|
||||||
|
@ -72,7 +72,7 @@ steps:
|
||||||
- name: wait
|
- name: wait
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -83,7 +83,7 @@ steps:
|
||||||
- name: build-letsencrypt-nginx
|
- name: build-letsencrypt-nginx
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -98,7 +98,7 @@ steps:
|
||||||
- name: build-letsencrypt-do
|
- name: build-letsencrypt-do
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -112,7 +112,7 @@ steps:
|
||||||
- name: build-postgres
|
- name: build-postgres
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -127,7 +127,7 @@ steps:
|
||||||
- name: build-drone-starlark
|
- name: build-drone-starlark
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- do
|
- do-skip
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
@ -152,10 +152,10 @@ steps:
|
||||||
from_secret: ssh-user
|
from_secret: ssh-user
|
||||||
password:
|
password:
|
||||||
from_secret: ssh-password
|
from_secret: ssh-password
|
||||||
#key:
|
key:
|
||||||
# from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
#passphrase:
|
passphrase:
|
||||||
# from_secret: ssh-passphrase
|
from_secret: ssh-passphrase
|
||||||
port:
|
port:
|
||||||
from_secret: ssh-port
|
from_secret: ssh-port
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
|
|
Reference in New Issue