Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gav
2022-05-08 13:32:03 +07:00
parent ce4c89aa8d
commit fc50d21ab2

View File

@ -2,6 +2,8 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default-ssh-pipeline name: default-ssh-pipeline
clone:
disable: true
steps: steps:
- name: greeting - name: greeting
@ -14,19 +16,21 @@ steps:
from_secret: docker_privkey from_secret: docker_privkey
port: 2200 port: 2200
commands: commands:
- echo hello world - id
- whoami
- uname -a
- docker ps -a - docker ps -a
--- # ---
kind: pipeline # kind: pipeline
type: docker # type: docker
name: test-secrets-pipeline # name: test-secrets-pipeline
steps: # steps:
- name: test-secrets # - name: test-secrets
image: alpine # image: alpine
environment: # environment:
HOST: # HOST:
from_secret: docker_host # from_secret: docker_host
commands: # commands:
- env # - env