From 2f2eb872d835fa75543f72534cd6eca504905933 Mon Sep 17 00:00:00 2001 From: Shiham Abdul Rahman Date: Tue, 11 Apr 2023 10:29:38 +0500 Subject: [PATCH] you gotta tell git to pull --- honestyui-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/honestyui-build.sh b/honestyui-build.sh index 720e703..1bfe92c 100755 --- a/honestyui-build.sh +++ b/honestyui-build.sh @@ -3,7 +3,7 @@ echo "Content-type: text/html" echo "" -git -C /mnt/vol2/cicd/Fishie-Honesty-UI +git -C /mnt/vol2/cicd/Fishie-Honesty-UI pull docker compose -f /mnt/vol2/cicd/Fishie-Honesty-UI/.build/docker-compose.yml build docker compose -f /mnt/vol2/cicd/Fishie-Honesty-UI/.build/docker-compose.yml push docker compose -f /mnt/vol3/www/honestyui/docker-compose.yml pull