Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

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 - cd /usr/share/$DRONE_REPO_NAME
- git pull - git pull
- chown -R jack:jack . - chown -R jack:jack .
when:
branch:
- main
- name: restart systemd unit - name: restart systemd unit
commands: commands:
- systemctl restart jack_bot - systemctl restart jack_bot
when:
branch:
- main