Skip to content

Commit

Permalink
Merge branch 'ohsu-develop' into feature/grip
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpeterkort authored Sep 12, 2024
2 parents c606f52 + e141e9f commit aac9354
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ clean: check-clean ## Delete all existing deployments, configmaps, and secrets
@kubectl delete jobs --all

deploy: check-context check-secrets
@read -p "Deploy $(DEPLOY)? [y/N]: " sure && \
case "$$sure" in \
[yY]) true;; \
*) echo "exiting..." && false;; \
esac
@echo "Deploying $(DEPLOY)"
@if [ "$(DEPLOY)" = "local" ]; then \
helm upgrade --install $(DEPLOY) ./helm/gen3 \
Expand Down

0 comments on commit aac9354

Please sign in to comment.