summary refs log blame commit diff
path: root/.drone.yml
blob: f4ce0bebecbc064e766ad6a1bf6882b761e852e9 (plain) (tree)


















                                  
---
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 ~/insults.txt