File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
6161stage : # # 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
8686deploy : 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
You can’t perform that action at this time.
0 commit comments