Skip to content

Commit

Permalink
chore(debug): try to fix netlify functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 13, 2024
1 parent 7a4b90c commit cd0b13a
Showing 1 changed file with 1 addition and 1 deletion.
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=apps/website/public --prodIfUnlocked
pnpm netlify deploy --cwd=. --dir=apps/website/public --prodIfUnlocked --skip-functions-cache
# Report success to Publisher
echo "BUILD_IS_SUCCESSFUL=1" >> $GITHUB_ENV
Expand Down

0 comments on commit cd0b13a

Please sign in to comment.