Skip to content

Commit c4d4b3c

Browse files
fix local staging and scala curl operations (#2652)
1 parent 4d937f0 commit c4d4b3c

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
@@ -59,8 +59,8 @@ publish: examples ## Builds this branch's publishable HTML and other artifacts u
5959
# <basename>/<filename>.
6060
# * Upload each to the S3 bucket under <project>/<username>/<basename>/<filename>
6161
stage: ## Host online for review
62-
mut-publish build/${GIT_BRANCH}/html ${DOTCOM_STAGING_BUCKET} --prefix=${DOTCOM_STGPREFIX} --stage ${ARGS}
63-
@echo "Hosted at ${DOTCOM_STAGING_URL}/${DOTCOM_STGPREFIX}/${USER}/${GIT_BRANCH}/index.html"
62+
mut-publish build/${GIT_BRANCH}/html ${STAGING_BUCKET} --prefix=${PREFIX} --stage ${ARGS}
63+
@echo "Hosted at ${STAGING_URL}/${USER}/${GIT_BRANCH}/index.html"
6464

6565

6666
# - Enter build/public/<branch>, as well as any symbolic links pointing

0 commit comments

Comments
 (0)