Files
es-bot/.drone.yml
gav bd82a7c1a7
Some checks failed
continuous-integration/drone/push Build is failing
Update '.drone.yml'
2022-05-08 13:33:12 +07:00

37 lines
529 B
YAML

---
kind: pipeline
type: docker
name: default-ssh-pipeline
clone:
disable: true
steps:
- name: greeting
image: appleboy/drone-ssh
host:
from_secret: docker_host
username:
from_secret: docker_user
key:
from_secret: docker_privkey
port: 2200
script:
- id
- whoami
- uname -a
- docker ps -a
# ---
# kind: pipeline
# type: docker
# name: test-secrets-pipeline
# steps:
# - name: test-secrets
# image: alpine
# environment:
# HOST:
# from_secret: docker_host
# commands:
# - env