Skip to content

Commit

Permalink
fix: bad name for k8s-pages-delete-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jul 21, 2021
1 parent d36d489 commit b2d0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/ship-k8s-pages.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ k8s-pages-delete-deployment:
@kubectl delete deployment,ingress --selector="pages=$(PAGES_APP_KEY)" --namespace="$(PAGES_KUBE_NAMESPACE)"

## apply docmark-pages-deploy.tpl kubectl to deploy site to k8s
k8s-pages-deploy: pages-delete-deployment
k8s-pages-deploy: k8s-pages-delete-deployment
@${kube_tools} kubeApplyTpl $(PAGES_DEPLOY_TPL)
echo "$@ success"

Expand Down

0 comments on commit b2d0d4e

Please sign in to comment.