Skip to content

Commit feee153

Browse files
Revert echoed stage and publish URL changes.
1 parent 4c75120 commit feee153

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ publish: examples ## Builds this branch's publishable HTML and other artifacts u
6060
# * Upload each to the S3 bucket under <project>/<username>/<basename>/<filename>
6161
stage: ## Host online for review
6262
mut-publish build/${GIT_BRANCH}/html ${STAGING_BUCKET} --prefix=${PROJECT} --stage ${ARGS}
63-
@echo "Hosted at ${STAGING_URL}/${PROJECT}/${USER}/${GIT_BRANCH}/index.html"
63+
@echo "Hosted at ${STAGING_URL}/${USER}/${GIT_BRANCH}/index.html"
6464

6565

6666
mut-publish build/${GIT_BRANCH}/html ${DOTCOM_STAGING_BUCKET} --prefix=${DOTCOM_STGPREFIX} --stage ${ARGS}
@@ -86,7 +86,7 @@ stage: ## Host online for review
8686
deploy: build/public ## Deploy to the production bucket
8787
mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirect-prefix='v[0-9]\.[0-9]' --redirect-prefix='manual' --redirect-prefix='master' ${ARGS}
8888

89-
@echo "Hosted at ${PRODUCTION_URL}/${PROJECT}/index.html"
89+
@echo "Hosted at ${PRODUCTION_URL}/index.html"
9090

9191
mut-publish build/public ${DOTCOM_PRODUCTION_BUCKET} --prefix=${DOTCOM_PREFIX} --deploy --redirect-prefix='v[0-9]\.[0-9]' --redirect-prefix='manual' --redirect-prefix='master' ${ARGS}
9292

0 commit comments

Comments
 (0)