From e93896c86d43e8a84fd2f4196c6d2b20db3ff90d Mon Sep 17 00:00:00 2001 From: HF Date: Sat, 11 Jun 2022 23:52:41 +0200 Subject: [PATCH] fix comments of githook --- deployment/githook.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/githook.sh b/deployment/githook.sh index 6183eccf..59cba09b 100755 --- a/deployment/githook.sh +++ b/deployment/githook.sh @@ -3,7 +3,6 @@ # If it is the production branch, it will deploy it on the life system, and other branch will get deployed to the dev-canvas (a second canvas that is running on the server) # # To set up a server to use this, you have to go through the building steps manually first. -# This hook just builds the canvas, it does not install new packages if needed. So this has to be done manually first # #folder for building the canvas (the git repository will get checkout there and the canvas will get buil thtere) BUILDDIR="/home/pixelpla/pixelplanet-build"