From 137757e25b2534843c3112f5f19de9e22017be89 Mon Sep 17 00:00:00 2001 From: Harshad Date: Tue, 2 May 2023 12:10:59 +0530 Subject: [PATCH] corrected path --- .env.qa | 4 ++-- .github/workflows/prod.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.qa b/.env.qa index 46382e8..1448d9f 100644 --- a/.env.qa +++ b/.env.qa @@ -1,4 +1,4 @@ REACT_APP_VERSION = v2.0.0 GENERATE_SOURCEMAP = false -PUBLIC_URL = https://codedthemes.com/demos/admin-templates/materially/react/stage/free -REACT_APP_BASE_NAME = demos/admin-templates/materially/react/stage/free \ No newline at end of file +PUBLIC_URL = https://codedthemes.com/demos/admin-templates/materially/react/free/stage +REACT_APP_BASE_NAME = demos/admin-templates/materially/react/free/stage \ No newline at end of file diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 610d064..5cb9b9d 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -35,5 +35,5 @@ jobs: REMOTE_HOST: 217.21.92.35 REMOTE_USER: u778408432 REMOTE_PORT: '65002' - TARGET: domains/codedthemes.com/public_html/demos/admin-templates/materially/react/free/stage + TARGET: domains/codedthemes.com/public_html/demos/admin-templates/materially/react/free EXCLUDE: '/dist/, /node_modules/'