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:
- name: release
commands:
- cd /mnt/md0/infra/pi-hole
- cd /home/fedy95/pi-hole
- git pull
- make restart
- name: cleanup
commands:
- cd /mnt/md0/infra/pi-hole
- cd /home/fedy95/pi-hole
- make cleanup
trigger: