Skip to content

Commit

Permalink
fixes backend docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
KapilSareen committed Nov 15, 2024
1 parent fa66bf9 commit 3f3433a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 44 deletions.
10 changes: 0 additions & 10 deletions workspaces/backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ docker-build: ## Build docker image with the backend.
docker-push: ## Push docker image with the backend.
$(CONTAINER_TOOL) push ${IMG}

## Deployment

.PHONY: deploy
deploy: ## deploy the backend-app
kubectl apply -f config/deploy/deployment.yaml

.PHONY: undeploy
undeploy: ## undeploy the backend-app
kubectl delete -f config/deploy/deployment.yaml

##@ Dependencies

## Location to install dependencies to
Expand Down
34 changes: 0 additions & 34 deletions workspaces/backend/config/deploy/deployment.yaml

This file was deleted.

0 comments on commit 3f3433a

Please sign in to comment.