Update '.drone.yml'

This commit is contained in:
hogweed1 2023-06-19 08:57:59 -04:00
parent da06b5ad23
commit 3a28cbb080

View File

@ -20,6 +20,12 @@ steps:
- cd /usr/share/$DRONE_REPO_NAME
- git pull
- chown -R jack:jack .
when:
branch:
- main
- name: restart systemd unit
commands:
- systemctl restart jack_bot
when:
branch:
- main