From a6b61ef796b89b795b1cb457c0f376fb4a11e5be Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Tue, 24 May 2022 14:36:00 +0200 Subject: [PATCH] pull before building --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 49f1b48..062a6f8 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ sudo supervisorctl stop caps sudo chown -R pi:pi . +git pull swift build -c release sudo chown -R www-data:www-data . -sudo supervisorctl start caps \ No newline at end of file +sudo supervisorctl start caps