Fix/branch sync 2 * feat(branch sync)-fixed ignore script * feat(branch sync)-fixed ignore script * merge master
11 lines
269 B
TOML
11 lines
269 B
TOML
[build]
|
|
|
|
ignore = "[ -n "$CACHED_COMMIT_REF" ] && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF apps/scandic-redirect"
|
|
|
|
[functions]
|
|
included_files = ["netlify/functions/data/**.json"]
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/.netlify/functions/redirect"
|
|
status = 200 |