Skip to content
Snippets Groups Projects
Commit da0432b3 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

small update to justfile

parent c7fb9d3c
No related branches found
No related tags found
No related merge requests found
set shell := ["pwsh", "-c"] set windows-shell := ["pwsh", "-c"]
ctxt := "minikube" ctxt := "minikube"
ctxt_flag := "--context " + ctxt ctxt_flag := "--context " + ctxt
...@@ -11,11 +11,7 @@ apply a: ...@@ -11,11 +11,7 @@ apply a:
kubectl apply {{ ctxt_flag }} -f {{ a }} kubectl apply {{ ctxt_flag }} -f {{ a }}
[no-exit-message] [no-exit-message]
apply-all: apply-all: (apply "services.yaml") (apply "config-maps.yaml") (apply "backend-deployment.yaml") (apply "frontend-deployment.yaml")
just apply services.yaml
just apply config-maps.yaml
just apply backend-deployment.yaml
just apply frontend-deployment.yaml
[no-exit-message] [no-exit-message]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment