Files
conjurer/deploy.sh
T
gitea 1a33e569ff Tag: 1.20
Intermediate commits (oldest → newest):
- A niech spierdala
- Fix
- fz
- almost there
- and there
- tst
- fx
- nxtfx
- Maybe ready ?
- Deploy
- step forward
- Test
- aha
- Another attempt
- Another one
- Największy hit zespuło 100 tvarzy grzybiarzy - i nie jest o piosenka o zgubieniu czapeczki
- aaaaaaa
- Work ongoing.
- bold commiting at the end of the day
- :)
- fix
- Fix
- tst
- Fix ?
2025-10-30 16:59:16 +01:00

28 lines
981 B
Bash
Executable File

#!/bin/bash
cd /home/pi/conjurer || exit
git pull
cp ./deploy.sh /home/pi/
cd /home/pi || exit
#cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
cp ./conjurer/fuckery.jpg ./Conjurer/
cp ./conjurer/willowisp.png ./Conjurer/
cp ./conjurer/wod_beacon.jpg ./Conjurer/
cp ./conjurer/settings.json ./Conjurer/
cp ./conjurer/administration_commands.py ./Conjurer/
cp ./conjurer/ai_commands.py ./Conjurer/
cp ./conjurer/ai_functions.py ./Conjurer/
cp ./conjurer/communication_subroutine.py ./Conjurer/
cp ./conjurer/constants.py ./Conjurer/
cp ./conjurer/librarian_commands.py ./Conjurer/
cp ./conjurer/music_commands.py ./Conjurer/
cp ./conjurer/music_functions.py ./Conjurer/
cp ./conjurer/other_commands.py ./Conjurer/
cp ./conjurer/other_functions.py ./Conjurer/
cp ./conjurer/radio_commands.py ./Conjurer/
cp ./conjurer/voice_recognition_commands.py ./Conjurer/
cp ./conjurer/thin_client.py ./Conjurer/bot.py
sudo systemctl restart conjurer.service