Skip to content

Commit

Permalink
Revert "chore(debug): try to use base dir"
Browse files Browse the repository at this point in the history
This reverts commit 6841a17.
  • Loading branch information
Leksat committed Dec 13, 2024
1 parent 6841a17 commit 18976cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fe_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion apps/website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
directory = "netlify/functions"

[build]
base = "apps/website"
publish = "public"
edge_functions = "netlify/edge-functions"

Expand Down

0 comments on commit 18976cb

Please sign in to comment.