itender/update.sh
Tobias Hopp 937f825e82 add and close #12
Took 1 hour 46 minutes
2023-02-02 14:28:09 +01:00

7 lines
206 B
Bash
Executable File

#!/bin/bash
cd /home/itender/itender || exit -1
git pull "https://tobiash:!IwedwrimmVeudiweN!@git.gaminggeneration.de/tobiash/itender.git" --quiet
yarn
yarn run compile
sudo systemctl restart itender
exit 0