From cead447e44697b02003bc5a257d4d451adfac2e7 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Mon, 11 Sep 2023 09:24:12 +0200 Subject: [PATCH] change path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c60ac2..32080ca 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ deploy: - ssh raspigate 'cd /var/www/lara-bermite && git pull origin master && make install' + ssh raspigate 'cd /var/www/html/lara-bermite && git pull origin master && make install' install: vendor/autoload.php public/build/manifest.json php artisan down