ansible/roles/matrix-bridge-discord/handlers/main.yml

11 lines
203 B
YAML
Raw Normal View History

2021-08-06 02:40:52 +02:00
---
2021-08-06 03:33:38 +02:00
- name: Re-build discord bridge
shell:
cmd: npm run build
chdir: /srv/matrix-appservice-discord
2021-08-06 04:55:58 +02:00
- name: Restart the discord bridge
systemd:
name: bridge_discord
state: restarted