From f572748de574b5c177e45ae48f438c8d11a153f5 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sat, 20 Jul 2024 22:41:47 -0500 Subject: [PATCH] Finally a production ready application --- .prod/update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .prod/update.sh diff --git a/.prod/update.sh b/.prod/update.sh new file mode 100644 index 0000000..607a57f --- /dev/null +++ b/.prod/update.sh @@ -0,0 +1,4 @@ +cd ~/Documents/Web/Tech_Tracker_Web +git pull +pnpm update +sudo docker restart techtracker