summary refs log blame commit diff
path: root/.drone.yml
blob: f00d6844c8c44bdf97b85d63c4a262e62cb7fe3d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                             
                                          
 
---
kind: pipeline
type: ssh
name: deploy

server:
    host:
        from_secret: host
    user:
        from_secret: username
    ssh_key:
        from_secret: ssh_key

steps:
    - name: hello
      commands:
          - echo hello world
          - head -n5 /home/ben/insults.txt