From a55ccc63c624298ec9dc4034b273a811b594ee60 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 1 Dec 2024 21:24:53 +0100 Subject: [PATCH] change server name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7f942e8..1fb6c3d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ deploy: public/build/manifest.json - scp raspigate:/var/www/ticcat/.env .env.production + scp raspiweb:/var/www/ticcat/.env .env.production pnpm run build --mode prod ssh raspigate 'cd /var/www/ticcat && git pull origin main && make install' scp -r public/build raspigate:/var/www/ticcat/public