add and close #12

Took 1 hour 46 minutes
This commit is contained in:
2023-02-02 14:28:09 +01:00
parent a021d25332
commit 937f825e82
13 changed files with 135 additions and 89 deletions

View File

@ -1,5 +1,7 @@
#!/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