Skip to content

Commit

Permalink
fix(build): sw-1885 rollback to beta prefix (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Oct 25, 2023
1 parent cf6e70d commit e442415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deployPaths()
# Note: allow Container build
if [[ $CONTAINER_BUILD_ENV == "true" ]]; then
DEPLOY_STAGE="Preview"
DEPLOY_PATH_PREFIX=/preview
DEPLOY_PATH_PREFIX=/beta
DEPLOY_PATH_LINK_PREFIX=/preview
fi

Expand Down

0 comments on commit e442415

Please sign in to comment.