From d9eac8c0cf295607101992d2271b3011dd557f2a Mon Sep 17 00:00:00 2001 From: holadmex Date: Mon, 22 Jul 2024 09:32:49 +0100 Subject: [PATCH] changes added to deployment workflow for prod --- server-script/startappprod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-script/startappprod.sh b/server-script/startappprod.sh index 46764ee1..cbba3c58 100644 --- a/server-script/startappprod.sh +++ b/server-script/startappprod.sh @@ -1,4 +1,4 @@ #!/bin/bash cd /var/www/aihomework/prod/ -/usr/bin/yarn prod +/usr/bin/yarn start