Skip to content

Commit e7656c1

Browse files
committed
DOP-2811: Remove oldprod makefile commands
1 parent f62fd73 commit e7656c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ stage: ## Host online for review
5555
# --stage indicates that mut-publish should publish to the staging bucket (not the prod bucket)
5656
# if ${ARGS}, then additonal arguments
5757

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-
6158
mut-publish build/${GIT_BRANCH}/html ${DOTCOM_STAGING_BUCKET} --prefix=${DOTCOM_STGPREFIX} --stage ${ARGS}
6259
@echo "Hosted at ${DOTCOM_STAGING_URL}/${DOTCOM_STGPREFIX}/${USER}/${GIT_BRANCH}/index.html"
6360

@@ -78,9 +75,6 @@ deploy: publish ## Deploy to the production bucket
7875
# --verbose prints out a detail of what files are being uploaded/deleted/etc.
7976
# --dry-run instructs mut-publish to do everything *except* actually put stuff on the internet.
8077
# 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-
8478
mut-publish build/public ${DOTCOM_PRODUCTION_BUCKET} --prefix=${DOTCOM_PREFIX} --deploy ${ARGS}
8579
@echo "Hosted at ${DOTCOM_PRODUCTION_URL}/${DOTCOM_PREFIX}/${GIT_BRANCH}"
8680

0 commit comments

Comments
 (0)