mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
ca6896ebcf
Fx Fix fx Fix ? Revert "Fix" This reverts commit 4e185f7b34dfede04ed36ab9813bd9d1f7fb8b35. Adding deploy for music bot
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
cd ./conjurer
|
|
git pull
|
|
cd ..
|
|
cp ./conjurer/file_webservice/conjurer_musician.py ./Conjurer
|
|
sudo systemctl restart conjurer_musician.service
|