Skip to content

Commit

Permalink
Always rebuild and deploy the frontend
Browse files Browse the repository at this point in the history
Setting the `ignore` value to `false` means that the `false` program
(which always exits with non-zero code) will cause Netlify to always
rebuild the frontend, even if there are no changes to the code. We want
to do this because in fact the *git tag* that is installed as part of
our deployment process *always* changes, and we need to reflect that
version number in the frontend application itself.
  • Loading branch information
waxlamp committed Feb 6, 2024
1 parent 82329a3 commit fae32e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build]
publish = "dist"
command = "yarn run build"
ignore = "false"

# Staging
[context.master.environment]
Expand Down

0 comments on commit fae32e9

Please sign in to comment.