5 lines
97 B
Bash
5 lines
97 B
Bash
cd ~/Documents/Web/Tech_Tracker_Web || exit
|
|
git pull
|
|
pnpm update
|
|
sudo docker restart techtracker
|