Merge branch 'master' into V7-preview

master
JFH 2021-01-03 19:57:32 +01:00
commit 489ba86ded
1 changed files with 8 additions and 2 deletions

View File

@ -16,12 +16,18 @@
# Production context: all deploys from the Production branch set in your site's # Production context: all deploys from the Production branch set in your site's
# deploy contexts will inherit these settings. # deploy contexts will inherit these settings.
[context."v7-preview"]
publish = "/"
command = "npm run build"
[context."release-v6.0.0"]
publish = "/"
command = "echo 'branch release-v6.0.0 already built'"
[context."release-v5.1.0"] [context."release-v5.1.0"]
publish = "/" publish = "/"
command = "echo 'branch release-v5.1.0 already built'" command = "echo 'branch release-v5.1.0 already built'"
# Production context: all deploys from the Production branch set in your site's
# deploy contexts will inherit these settings.
[context.master] [context.master]
publish = "/" publish = "/"
command = "echo 'already built'" command = "echo 'already built'"