File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ publish: ## Builds this branch's publishable HTML and other artifacts under buil
19
19
# The recursive behavior would CHANGE if --all-subdirectories were
20
20
# given: ALL contents of build/public/<branch> would be upload
21
21
deploy : build/public # # Deploy to the production bucket
22
- @echo " Doing a dry-run"
23
- mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirect-prefix=' v[0-9]\.[0-9]' --redirect-prefix=' manual' --redirect-prefix=' master' --verbose --dry-run ${ARGS}
24
-
25
- @echo 'Press any key to perform the previous' && read result
26
22
mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirect-prefix=' v[0-9]\.[0-9]' --redirect-prefix=' manual' --redirect-prefix=' master' ${ARGS}
27
23
28
24
@echo "Hosted at ${PRODUCTION_URL}/index.html"
You can’t perform that action at this time.
0 commit comments