From 18976cb5929a2a45e361972d5b5caa878e892ade Mon Sep 17 00:00:00 2001 From: Alex Tkachev Date: Fri, 13 Dec 2024 19:54:36 +0400 Subject: [PATCH] Revert "chore(debug): try to use base dir" This reverts commit 6841a17698bfff4eec6175b8e19584f4095eca57. --- .github/workflows/fe_build.yml | 2 +- apps/website/netlify.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fe_build.yml b/.github/workflows/fe_build.yml index 718f09769..482d301c4 100644 --- a/.github/workflows/fe_build.yml +++ b/.github/workflows/fe_build.yml @@ -75,7 +75,7 @@ jobs: # Deploy pnpm netlify env:set AWS_LAMBDA_JS_RUNTIME nodejs18.x pnpm netlify env:set DRUPAL_EXTERNAL_URL $DRUPAL_EXTERNAL_URL - pnpm netlify deploy --cwd=. --dir=public --prodIfUnlocked --debug + pnpm netlify deploy --cwd=. --dir=apps/website/public --prodIfUnlocked --debug # Report success to Publisher echo "BUILD_IS_SUCCESSFUL=1" >> $GITHUB_ENV diff --git a/apps/website/netlify.toml b/apps/website/netlify.toml index 5eb290900..e14f23bb3 100644 --- a/apps/website/netlify.toml +++ b/apps/website/netlify.toml @@ -5,7 +5,6 @@ directory = "netlify/functions" [build] - base = "apps/website" publish = "public" edge_functions = "netlify/edge-functions"