mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-19 02:28:50 -05:00
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:
parent
1296cbfc92
commit
ed859dccb3
3 changed files with 3 additions and 3 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue