about summary refs log blame commit diff
path: root/.drone.yml
blob: 9dcb63a891db825f380984a4ca9f98f238ed8451 (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
clone:
    disable: true
trigger:
    branch:
        - master
steps:
    - name: deploy
      commands:
          - sudo -Hu www-data git -C /var/www/hmm.st pull origin master