chore: Update Digital Team Files (#12069)

* Update generated scripts (website-start.sh)

* Update generated website Makefile

* Update generated scripts (website-build.sh)

* Update generated scripts (should-build.sh)
This commit is contained in:
HashiBot 2022-10-24 13:46:25 -05:00 committed by GitHub
parent 1296cbfc92
commit ed859dccb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
.DEFAULT_GOAL := website
# Set the preview mode for the website shell to "developer" or "io"
PREVIEW_MODE ?= io
PREVIEW_MODE ?= developer
REPO ?= packer
# Enable setting alternate docker tool, e.g. 'make DOCKER_CMD=podman'

View file

@ -12,7 +12,7 @@ CLONE_DIR=website-preview
# The product for which we are building the deploy preview
PRODUCT=packer
# Preview mode, controls the UI rendered (either the product site or developer). Can be `io` or `developer`
PREVIEW_MODE=io
PREVIEW_MODE=developer
# Get the git branch of the commit that triggered the deploy preview
# This will power remote image assets in local and deploy previews

View file

@ -10,7 +10,7 @@ PREVIEW_DIR=website-preview
# The product for which we are building the deploy preview
PRODUCT=packer
# Preview mode, controls the UI rendered (either the product site or developer). Can be `io` or `developer`
PREVIEW_MODE=io
PREVIEW_MODE=developer
# Get the git branch of the commit that triggered the deploy preview
# This will power remote image assets in local and deploy previews