Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of github.com:lando/docs into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Feb 26, 2022
2 parents f784c2d + 2f52cd5 commit 5e659e2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
base = "./"
publish = ".vuepress/dist"
command = "yarn build"
# This sort of lets us build only on tagged commits to prod
# [context.production]
# ignore = "if git diff $CACHED_COMMIT_REF $COMMIT_REF ./package.json | grep - | grep version && git diff $CACHED_COMMIT_REF $COMMIT_REF ./package.json | grep + | grep version; then exit 1; else exit 0; fi"

# Sets our asset optimization
[build.processing.css]
Expand Down Expand Up @@ -246,6 +243,14 @@
from = "/backdrop/*"
to = "https://lando-backdrop.netlify.app/:splat"
status = 200
[[redirects]]
from = "/cli/*"
to = "https://lando-cli.netlify.app/:splat"
status = 200
[[redirects]]
from = "/config/*"
to = "https://lando-config.netlify.app/:splat"
status = 200
[[redirects]]
from = "/dotnet/*"
to = "https://lando-dotnet.netlify.app/:splat"
Expand Down

0 comments on commit 5e659e2

Please sign in to comment.