From 2c1376235bee10ee957182aa49db1d827f132913 Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Fri, 2 Jun 2023 22:49:04 -0700 Subject: [PATCH] update script --- scripts/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update.sh b/scripts/update.sh index f50d608..9532db2 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,3 +1,4 @@ +cd .. git pull docker build -t scottyah/blog:latest . docker push scottyah/blog:latest