summary refs log tree commit diff
path: root/.drone.yml
blob: 8fb3d00d99135a11f5deae463f20807f7a64ef50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
kind: pipeline
type: ssh
name: deploy

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

clone:
    disable: true

steps:
    - name: hello
      commands:
          - cd /var/www/benharr.is
          - sudo -Hu www-data git pull origin master