Skip to content

Commit

Permalink
fit netlify
Browse files Browse the repository at this point in the history
Signed-off-by: Matty Stratton <matty.stratton@aiven.io>
  • Loading branch information
mattstratton committed Feb 15, 2024
1 parent 9379b8d commit 1811449
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,11 @@
# Default build command.
command = "yarn build"

[[plugins]]

# Production context: all deploys from the Production branch
# set in your site’s Branches settings in the UI will inherit
# these settings. You can define environment variables
# here but we recommend using the Netlify UI for sensitive
# values to keep them out of your source repository.
[context.production]
environment = { NODE_VERSION = "18.04" }

# Deploy Preview context: all deploys generated from
# a pull/merge request will inherit these settings.
[context.deploy-preview]
publish = "dist/"

[context.dev.environment]
NODE_ENV = "development"

0 comments on commit 1811449

Please sign in to comment.