Took 46 minutes
This commit is contained in:
2023-02-03 13:55:21 +01:00
parent de1a2641f7
commit f4da186fb7
6 changed files with 234 additions and 212 deletions

View File

@ -3,9 +3,9 @@ cd /home/itender/itender || exit -1
git pull "https://tobiash:!IwedwrimmVeudiweN!@git.gaminggeneration.de/tobiash/itender.git" --quiet
yarn
yarn run compile
sudo systemctl stop itender
cd ./arduino/itender/
arduino-cli compile --fqbn arduino:avr:mega itender.ino || true
sudo systemctl stop itender
arduino-cli upload --port /dev/ACM0 --fqbn arduino:avr:mega itender.ino || true
sudo systemctl start itender
exit 0