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




















                                                    
---
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: hello
      commands:
          - cd /var/www/hmm.st
          - sudo -Hu www-data git pull origin master