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
60
60
# * Upload each to the S3 bucket under <project>/<username>/<basename>/<filename>
61
61
stage : # # Host online for review
62
62
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"
64
64
65
65
66
66
mut-publish build/${GIT_BRANCH}/html ${DOTCOM_STAGING_BUCKET} --prefix=${DOTCOM_STGPREFIX} --stage ${ARGS}
@@ -86,7 +86,7 @@ stage: ## Host online for review
86
86
deploy : build/public # # Deploy to the production bucket
87
87
mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirect-prefix=' v[0-9]\.[0-9]' --redirect-prefix=' manual' --redirect-prefix=' master' ${ARGS}
88
88
89
- @echo "Hosted at ${PRODUCTION_URL}/${PROJECT}/ index.html"
89
+ @echo "Hosted at ${PRODUCTION_URL}/index.html"
90
90
91
91
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}
92
92
You can’t perform that action at this time.
0 commit comments