summaryrefslogtreecommitdiffstats
path: root/.drone.yml
blob: 78ef9c181119fec408a03acde729e6b442317675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
kind: pipeline
type: ssh
name: lcwww

server:
  host:
    from_secret: host110
  user:
    from_secret: user
  ssh_key:
    from_secret: ssh_key
  port: 28

steps:
- name: deploy
  commands:
  - /opt/scripts/confirm-test.sh