From d12b4da065b8e9a597fcad872e8a761c4da6109a Mon Sep 17 00:00:00 2001 From: Nahuel Lofeudo Date: Sat, 18 Jul 2026 10:14:48 +0100 Subject: [PATCH] Discard changes on the remote build machine when pulling the latest commits. --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 89fb2a8..97f1683 100755 --- a/deploy.sh +++ b/deploy.sh @@ -56,6 +56,7 @@ ssh $BUILD_MACHINE_USER@$BUILD_MACHINE_NAME << EOF cd rs-dublinbus else cd rs-dublinbus + git reset --hard git pull fi