matrix-bridge-discord/handlers/main.yml

11 lines
203 B
YAML
Raw Normal View History

2022-03-06 16:16:22 +01:00
---
- name: Re-build discord bridge
shell:
cmd: npm run build
chdir: /srv/matrix-appservice-discord
- name: Restart the discord bridge
systemd:
name: bridge_discord
state: restarted