File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,6 @@ stage: ## Host online for review
55
55
# --stage indicates that mut-publish should publish to the staging bucket (not the prod bucket)
56
56
# if ${ARGS}, then additonal arguments
57
57
58
- mut-publish build/${GIT_BRANCH}/html ${STAGING_BUCKET} --prefix=${PROJECT} --stage ${ARGS}
59
- @echo "Hosted at ${STAGING_URL}/${PROJECT}/${USER}/${GIT_BRANCH}/index.html"
60
-
61
58
mut-publish build/${GIT_BRANCH}/html ${DOTCOM_STAGING_BUCKET} --prefix=${DOTCOM_STGPREFIX} --stage ${ARGS}
62
59
@echo "Hosted at ${DOTCOM_STAGING_URL}/${DOTCOM_STGPREFIX}/${USER}/${GIT_BRANCH}/index.html"
63
60
@@ -78,9 +75,6 @@ deploy: publish ## Deploy to the production bucket
78
75
# --verbose prints out a detail of what files are being uploaded/deleted/etc.
79
76
# --dry-run instructs mut-publish to do everything *except* actually put stuff on the internet.
80
77
# if ${ARGS}, then additonal arguments
81
- mut-publish build/public ${PRODUCTION_BUCKET} --prefix=${PROJECT} --deploy ${ARGS}
82
- @echo "Hosted at ${PRODUCTION_URL}/${PROJECT}/index.html"
83
-
84
78
mut-publish build/public ${DOTCOM_PRODUCTION_BUCKET} --prefix=${DOTCOM_PREFIX} --deploy ${ARGS}
85
79
@echo "Hosted at ${DOTCOM_PRODUCTION_URL}/${DOTCOM_PREFIX}/${GIT_BRANCH}"
86
80
You can’t perform that action at this time.
0 commit comments