Skip to content

Commit 4641165

Browse files
committed
Remove dry run
1 parent 6fb4966 commit 4641165

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ publish: ## Builds this branch's publishable HTML and other artifacts under buil
1919
# The recursive behavior would CHANGE if --all-subdirectories were
2020
# given: ALL contents of build/public/<branch> would be upload
2121
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
2622
mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy --redirect-prefix='v[0-9]\.[0-9]' --redirect-prefix='manual' --redirect-prefix='master' ${ARGS}
2723

2824
@echo "Hosted at ${PRODUCTION_URL}/index.html"

0 commit comments

Comments
 (0)