added cleaning to makefile
This commit is contained in:
parent
47c71276d4
commit
0971c154ba
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ rollout:
|
||||||
kubectl rollout restart deployment www-jmbit-de -n jmbit-web
|
kubectl rollout restart deployment www-jmbit-de -n jmbit-web
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm
|
rm -rf public
|
||||||
|
|
||||||
all: hugo container publish
|
all: hugo container publish
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue