We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d937f0 commit c4d4b3cCopy full SHA for c4d4b3c
Makefile
@@ -59,8 +59,8 @@ publish: examples ## Builds this branch's publishable HTML and other artifacts u
59
# <basename>/<filename>.
60
# * Upload each to the S3 bucket under <project>/<username>/<basename>/<filename>
61
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"
+ mut-publish build/${GIT_BRANCH}/html ${STAGING_BUCKET} --prefix=${PREFIX} --stage ${ARGS}
+ @echo "Hosted at ${STAGING_URL}/${USER}/${GIT_BRANCH}/index.html"
64
65
66
# - Enter build/public/<branch>, as well as any symbolic links pointing
0 commit comments