Browse Source

fix-deploy-path

pull/17/head
fedy95 4 years ago
parent
commit
ce36dff22a
  1. 4
      .drone.yml

4
.drone.yml

@ -32,12 +32,12 @@ server:
steps: steps:
- name: release - name: release
commands: commands:
- cd /mnt/md0/infra/pi-hole
- cd /home/fedy95/pi-hole
- git pull - git pull
- make restart - make restart
- name: cleanup - name: cleanup
commands: commands:
- cd /mnt/md0/infra/pi-hole
- cd /home/fedy95/pi-hole
- make cleanup - make cleanup
trigger: trigger: