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

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

clone:
  disable: true

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